Classname: |
org.springframework.web.bind.annotation.support.HandlerMethodInvoker |
Line number: |
140 |
Methodname: |
invokeHandlerMethod |
|
Cause: |
java.lang.IllegalStateException: Optional int parameter 'pubcode' is not present but cannot be translated into a null value due to being declared as a primitive type. Consider declaring it as object wrapper for the corresponding primitive type. |
Message: |
Failed to invoke handler method [public java.lang.String org.common.controller.SpecificationController.listpubspecs(javax.servlet.http.HttpSession,javax.servlet.http.HttpServletRequest,int,int,org.springframework.ui.Model)]; nested exception is java.lang.IllegalStateException: Optional int parameter 'pubcode' is not present but cannot be translated into a null value due to being declared as a primitive type. Consider declaring it as object wrapper for the corresponding primitive type. |
LocalizedMessage: |
Failed to invoke handler method [public java.lang.String org.common.controller.SpecificationController.listpubspecs(javax.servlet.http.HttpSession,javax.servlet.http.HttpServletRequest,int,int,org.springframework.ui.Model)]; nested exception is java.lang.IllegalStateException: Optional int parameter 'pubcode' is not present but cannot be translated into a null value due to being declared as a primitive type. Consider declaring it as object wrapper for the corresponding primitive type. |