I am attempting to install from the github repo. The build seems OK and gradle will deploy, but something is being left out during configuration. I checked the entries in build.properties and it has the correct entry of:
app_home=/usr/local/tomcat
There is no openspecimen.properties file in the source code, so I assume it must be created during the build process, but I cannot find one in the file system after the build is finished.
Any help is appreciated.
Lance Smith
log4j:WARN No appenders could be found for logger (com.krishagni.catissueplus.core.init.AppProperties).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
java.io.FileNotFoundException: /conf/openspecimen.properties (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.(FileInputStream.java:138)
at java.io.FileInputStream.(FileInputStream.java:93)
at com.krishagni.catissueplus.core.init.AppProperties.loadExternalConfig(AppProperties.java:170)
at com.krishagni.catissueplus.core.init.AppProperties.loadProperties(AppProperties.java:112)
at com.krishagni.catissueplus.core.init.AppProperties.(AppProperties.java:63)
at com.krishagni.catissueplus.core.init.AppProperties.getInstance(AppProperties.java:106)
at com.krishagni.catissueplus.core.init.AppServletContextListener.contextInitialized(AppServletContextListener.java:46)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5141)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5664)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1017)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:993)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1127)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:2020)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)