# Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: com.sun.ws.rs.ext.RuntimeDelegateImpl
Added required dependency 'com.sun.jersey:jersey-client:1.12'.
# Response code 406, for POST request to spring rest controller web method, although web method executes properly.
Need to Solve(ref: 1)
# ERROR in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - openFile(/tmp/spring.log,true) call failed. java.io.FileNotFoundException: /tmp/spring.log (Permission denied)
Appended <property name="LOG_FILE" value="./logs/application.log"/> in logback.xml within configuration tag.
# How is appropriate implementation picked while using Interface to define @autowired objects?
use @primary over the actual implementation. if using older version than 2.5, will need to define primary=true attribute for definer tag.
# Failed to start embed tomcat.
Solved by removing hbase server dependency.
#Caused by: org.springframework.dao.InvalidDataAccessApiUsageException: Unknown type [class com.taglr.serviceads.dal.entities.MarlinRetailerMasterKey] for property [marlinRetailerMasterKey] in entity [com.taglr.serviceads.dal.entities.MarlinRetailerMaster]; only primitive types and Collections or Maps of primitive types are allowed
Annotate key class with @PrimaryKeyClass and implement serializable