i2b2 704 from VM missing smart_application_directory

12 views
Skip to first unread message

John Milnes

unread,
Dec 9, 2014, 9:46:36 AM12/9/14
to smart...@googlegroups.com
Hi - I pulled i2b2 7.0.4 from a copy of the current VM. All works well but when I start it I see a reference to the  smart_application_directory.properties file not being found.

Any idea where this reference is coming from?

 edu.harvard.i2b2.common.exception.I2B2Exception: IOException class path resource [smart_application_directory.properties] cannot be opened because it does not exist


Full Stack:
16:27:46,013 INFO  [org.springframework.beans.factory.config.PropertiesFactoryBean] (MSC service thread 1-2) Loading properties file from class path resource [smart_application_directory.properties]
16:27:46,017 ERROR [stderr] (MSC service thread 1-2) edu.harvard.i2b2.common.exception.I2B2Exception: IOException class path resource [smart_application_directory.properties] cannot be opened because it does not exist
16:27:46,018 ERROR [stderr] (MSC service thread 1-2)    at edu.harvard.i2b2.common.util.ServiceLocator.getProperties(Unknown Source)
16:27:46,018 ERROR [stderr] (MSC service thread 1-2)    at edu.harvard.i2b2.smart.util.SmartUtil.getPropertyValue(Unknown Source)
16:27:46,019 ERROR [stderr] (MSC service thread 1-2)    at edu.harvard.i2b2.smart.util.SmartUtil.getAppLocalURL(Unknown Source)
16:27:46,022 ERROR [stderr] (MSC service thread 1-2)    at edu.harvard.i2b2.smart.ws.AppStore.loadApps(Unknown Source)
16:27:46,022 ERROR [stderr] (MSC service thread 1-2)    at edu.harvard.i2b2.smart.ws.AppStore.<init>(Unknown Source)
16:27:46,023 ERROR [stderr] (MSC service thread 1-2)    at edu.harvard.i2b2.smart.ws.SmartService.<clinit>(Unknown Source)
16:27:46,023 ERROR [stderr] (MSC service thread 1-2)    at java.lang.Class.forName0(Native Method)
16:27:46,023 ERROR [stderr] (MSC service thread 1-2)    at java.lang.Class.forName(Class.java:264)
16:27:46,024 ERROR [stderr] (MSC service thread 1-2)    at org.apache.axis2.description.java2wsdl.DefaultSchemaGenerator.<init>(DefaultSchemaGenerator.java:140)
16:27:46,028 ERROR [stderr] (MSC service thread 1-2)    at org.apache.axis2.deployment.util.Utils.fillAxisService(Utils.java:453)
16:27:46,028 ERROR [stderr] (MSC service thread 1-2)    at org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:392)
16:27:46,029 ERROR [stderr] (MSC service thread 1-2)    at org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup(ArchiveReader.java:101)
16:27:46,029 ERROR [stderr] (MSC service thread 1-2)    at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:143)
16:27:46,030 ERROR [stderr] (MSC service thread 1-2)    at org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.java:82)
16:27:46,030 ERROR [stderr] (MSC service thread 1-2)    at org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
16:27:46,030 ERROR [stderr] (MSC service thread 1-2)    at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:813)
16:27:46,031 ERROR [stderr] (MSC service thread 1-2)    at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
16:27:46,031 ERROR [stderr] (MSC service thread 1-2)    at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377)
16:27:46,035 ERROR [stderr] (MSC service thread 1-2)    at org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
16:27:46,036 ERROR [stderr] (MSC service thread 1-2)    at org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:142)
16:27:46,036 ERROR [stderr] (MSC service thread 1-2)    at org.apache.axis2.deployment.WarBasedAxisConfigurator.loadServices(WarBasedAxisConfigurator.java:283)
16:27:46,036 ERROR [stderr] (MSC service thread 1-2)    at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:95)
16:27:46,037 ERROR [stderr] (MSC service thread 1-2)    at org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:584)
16:27:46,037 ERROR [stderr] (MSC service thread 1-2)    at org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:454)
16:27:46,038 ERROR [stderr] (MSC service thread 1-2)    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1202)
16:27:46,039 ERROR [stderr] (MSC service thread 1-2)    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1102)
16:27:46,040 ERROR [stderr] (MSC service thread 1-2)    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3655)
16:27:46,040 ERROR [stderr] (MSC service thread 1-2)    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3873)
16:27:46,047 ERROR [stderr] (MSC service thread 1-2)    at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90)
16:27:46,047 ERROR [stderr] (MSC service thread 1-2)    at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
16:27:46,048 ERROR [stderr] (MSC service thread 1-2)    at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
16:27:46,048 ERROR [stderr] (MSC service thread 1-2)    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
16:27:46,048 ERROR [stderr] (MSC service thread 1-2)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
16:27:46,051 ERROR [stderr] (MSC service thread 1-2)    at java.lang.Thread.run(Thread.java:722)
16:27:46,051 ERROR [stderr] (MSC service thread 1-2) Caused by: java.io.FileNotFoundException: class path resource [smart_application_directory.properties] cannot be opened because it does not exist


Reply all
Reply to author
Forward
0 new messages