I am trying to run "com.jagornet.dhcp.server" as a java application but I got an exception shown below and unable to solve it. If you have any tips that can help with that exception, I will be happy to read them. Attached all the console output when trying to run.
Thanks in advance.
DhcpServer ABORT!
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'dataSource' defined in class path resource [com/jagornet/dhcp/context_jdbc_datasource.xml]: Could not resolve placeholder 'jagornet.dhcp.home'
at org.springframework.beans.factory.config.PlaceholderConfigurerSupport.doProcessProperties(PlaceholderConfigurerSupport.java:209)
at org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.processProperties(PropertyPlaceholderConfigurer.java:220)
at org.springframework.beans.factory.config.PropertyResourceConfigurer.postProcessBeanFactory(PropertyResourceConfigurer.java:84)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:681)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:656)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:446)
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
at com.jagornet.dhcp.server.JagornetDhcpServer.start(JagornetDhcpServer.java:194)
at com.jagornet.dhcp.server.JagornetDhcpServer.main(JagornetDhcpServer.java:950)
2017-08-24 14:21:26,697 [Thread-0] INFO com.jagornet.dhcp.server.JagornetDhcpServer - Stopping Jagornet DHCPv6 Server
Stopping Jagornet DHCPv6 Server: Thu Aug 24 14:21:26 EET 2017