09:44:39,372 INFO LoggingInInterceptor:250 - Inbound Message
----------------------------
ID: 1
Address: http://localhost:9001/bos_management/services/promotionService/findpromotionbypage?page=1&rows=2
Http-Method: GET
Content-Type:
Headers: {Accept=[text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8], accept-encoding=[gzip, deflate, sdch, br], accept-language=[zh-CN,zh;q=0.8], cache-control=[max-age=0], connection=[keep-alive], Content-Type=[null], cookie=[tale_remember_author=cpstory; tale_remember_mail=278369091%40qq.com; tale_remember_url=http%3A%2F%2Fwww.baidu.com; S_L_ID=UVpo//LeR+sFt0AIDPg5JQ==], host=[localhost:9001], upgrade-insecure-requests=[1], user-agent=[Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36]}
--------------------------------------
09:44:39,397 WARN PhaseInterceptorChain:452 - Application {http://impl.outputservice.service.bos.cpstory.com/}OutputPromotionServiceImpl has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault
Caused by: java.lang.NullPointerException
at com.cpstory.bos.service.outputservice.impl.OutputPromotionServiceImpl.findPromotionByPage(OutputPromotionServiceImpl.java:23)
09:44:39,403 WARN PhaseInterceptorChain:482 - Exception in handleFault on interceptor org.apache.cxf.jaxrs.interceptor.JAXRSDefaultFaultOutInterceptor@24a5bb3
org.apache.cxf.interceptor.Fault
【hibernate瞬时态对象转为持久态出现的异常Transient】
[异常信息]:
org.hibernate.TransientPropertyValueException:
object references an unsaved transient instance - save the transient instance before flushing :
com.cpstory.bos.domain.take_delivery.Order.recArea -> com.cpstory.bos.domain.base.Area;
nested exception is java.lang.IllegalStateException:
org.hibernate.TransientPropertyValueException:
object references an unsaved transient instance - save the transient instance before flushing :
com.cpstory.bos.domain.take_delivery.Order.recArea -> com.cpstory.bos.domain.base.Area
【在配置spring + ehcache + shiro 进行整合的时候出现了一个问题】
Caused by: java.lang.IllegalStateException: Cannot convert value of
type [java.lang.String] to required type [org.apache.shiro.cache.CacheManager]
for property 'cacheManager': no matching editors or conversion strategy found