From neil.norman at vanderbilt.edu Mon Sep 14 12:18:38 2015 From: neil.norman at vanderbilt.edu (Norman, Neil) Date: Mon, 14 Sep 2015 16:18:38 +0000 Subject: [Eagle-i-admins] Problem getting sweet to load Message-ID: <94BCCA0AAC6FA744B6D7ADFF809184B04501DCAB@ITS-HCWNEM105.ds.vanderbilt.edu> I'm having trouble getting Sweet to load when Tomcat starts. I turned up DEBUG logging in tomcat and get the following error 2015-09-14 10:57:35,602 ERROR org.springframework.web.context.ContextLoader:219 - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'uiConfig' defined in class org.eaglei.sweet.SweetWebappConfig: Instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [org.eaglei.services.uiconfig.UIConfigRemote org.eaglei.sweet.SweetWebappConfig.uiConfig()] threw exception; nested exception is java.lang.IllegalArgumentException: HTTP request may not be null I'm running it with this environment: Server version: Apache Tomcat/6.0.24 Server built: September 16 2014 1842 Server number: 6.0.24.0 OS Name: Linux OS Version: 2.6.32-504.12.2.el6.x86_64 Architecture: amd64 JVM Version: 1.6.0_34-b34 JVM Vendor: Sun Microsystems Inc. What else can I provide to be helpful? Thanks! NN -------------- next part -------------- An HTML attachment was scrubbed... URL: From fcoldren at mail.med.upenn.edu Wed Sep 23 09:51:15 2015 From: fcoldren at mail.med.upenn.edu (Faith Coldren) Date: Wed, 23 Sep 2015 09:51:15 -0400 Subject: [Eagle-i-admins] broken SWEET help link Message-ID: Hi, We just upgraded to 4.0.0, and everything looks fine. However, the HELP link from our SWEET page https://eagle-i.itmat.upenn.edu/sweet/ does not go to the help, but is directed to: https://eagle-i.itmat.upenn.edu/sweet/[site-url]/eagle-i-help/latest/SWEET/eagle-i.htm The other links in the top navigation bar (ontology browser, institution, eagle-i home) are fine. Can you advise on how to fix this? Thank you, Faith -------------- next part -------------- An HTML attachment was scrubbed... URL: From fcoldren at mail.med.upenn.edu Wed Sep 23 11:50:40 2015 From: fcoldren at mail.med.upenn.edu (Faith Coldren) Date: Wed, 23 Sep 2015 11:50:40 -0400 Subject: [Eagle-i-admins] google analytics id not detected Message-ID: Hi, (We are running v4.0.0 of eagle-i) I have noticed that on our page http://eagle-i.itmat.upenn.edu, the Google analytics id is not being detected. We have set in eagle-i-apps.properties: ## Google Analytics eaglei.repository.analyticsId=UA-37540623-1 I can see in ROOT/index.jsp String analyticsId = Configuration.getInstance().getConfigurationProperty("eaglei.repository.analyticsId"); and