Hello. First of all thanks for new version of Dspace. I have set up development environment to switch from 1.6.2 to 1.7 Mirage, but I have found some small problems. Some I can solve but some are to complex for me: )
1. http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js is hardcoded with http. When I switch to https there is an error in IE8. 2.Generating sitemaps, while no collection is defined, ends with error 3. In Mirage interface there is no possibility to change group name of community admin (it is possible to done only with jspui). It would be nice to change the admin group name becaus, when there is lot of communities, it become hard to remember their numbers. eg COMMUNITY_3_ADMIN 4. I cant find, how to enable RSS syndication in mirage theme? May be it is easy but still :) # enable syndication feeds - links display on community and collection home pages # (This setting is not used by XMLUI, as you enable feeds in your theme) webui.feed.enable = true 5. On my old version it was possible to shut down tomcat, but in my new configuration tomcat does not shutting down. INFO: Stopping service Catalina Dec 21, 2010 4:54:25 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: The web application [/sword] registered the JBDC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. Dec 21, 2010 4:54:25 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: The web application [/dspace-oai] registered the JBDC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. Dec 21, 2010 4:54:26 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/dspace] appears to have started a thread named [net.sf.ehcache.cachemana...@10cec16] but has failed to stop it. This is very likely to create a memory leak. Dec 21, 2010 4:54:26 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/dspace] appears to have started a thread named [MultiThreadedHttpConnectionManager cleanup] but has failed to stop it. This is very likely to create a memory leak. Dec 21, 2010 4:54:26 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap SEVERE: The web application [/dspace] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.threadlo...@f1a58d]) and a value of type [org.apache.cocoon.environment.internal.EnvironmentStack] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. Dec 21, 2010 4:54:26 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap SEVERE: The web application [/solr] created a ThreadLocal with key of type [org.apache.solr.schema.DateField.ThreadLocalDateFormat] (value [org.apache.solr.schema.datefield$threadlocaldatefor...@9945e9]) and a value of type [org.apache.solr.schema.DateField.ISO8601CanonicalDateFormat] (value [org.apache.solr.schema.datefield$iso8601canonicaldatefor...@6b2ed43a]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. Dec 21, 2010 4:54:26 PM org.apache.catalina.util.LifecycleBase stop INFO: The stop() method was called on component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/oai]] after stop() had already been called. The second call will be ignored. ................................................................ 6. Link to feedback does not work in Mirage theme. Even in demo.dspace.org I commented feedback link out of footer, but I cant find how to comment it out from Contact page. I edited Contact.java file and commented it out but link still persist. Contact us DSpace at Uni administrators may be contacted at: On-line form Test: Feedback (https://dspacedev.lu.lv/dspace/feedback) Email: [email protected] Contact.java List list = contact.addList("contact"); /* list.addLabel(T_feedback_label); list.addItem().addXref(contextPath+"/feedback",T_feedback_link); */ list.addLabel(T_email); Thenks Regards Martins ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

