Re: [Dspace-tech] CAS for DSpace 5.1 XMLUI (Mirage 2)

2015-05-07 Thread Hongxing Geng
mit(); context.setIgnoreAuthorization(false); context.setCurrentUser(eperson); log.warn(LogManager.getHeader(context, "authenticate", netid + " type=CAS auto-register")); return SUCCESS; } else { // No auto-registration for valid netid log.warn(LogManager.getHeader(context,

Re: [Dspace-tech] CAS for DSpace 5.1 XMLUI (Mirage 2)

2015-05-04 Thread Hongxing Geng
com.novell.ldap.LDAPConnection; import com.novell.ldap.LDAPEntry; import com.novell.ldap.LDAPException; import com.novell.ldap.LDAPSearchResults; Hope this help. Hongxing Geng Library Services Athabasca University Phone: 780-675-6589 - "Graham Faulkner" wrote: > > Hi all,

Re: [Dspace-tech] CAS for DSpace 5.1 XMLUI (Mirage 2)

2015-04-23 Thread Hongxing Geng
Have you include the following in your dspace-api/pom.xml? cas casclient 2.1.1 cheers! Hongxing Geng Library Services Athabasca University Phone: 780-675-6589 - "Graham Faulkner" wrote: > > Hi Hongxing, I tried to rebuild with the changes, and I’m ge

Re: [Dspace-tech] CAS for DSpace 5.1 XMLUI (Mirage 2)

2015-04-22 Thread Hongxing Geng
Mirage 2 does not matter. Thanks Hongxing Geng Library Services Athabasca University Phone: 780-675-6589 - "Graham Faulkner" wrote: > > Hi there, We are trying to set up CAS authentication for a DSpace 5.1 instance running XMLUI (Mirage 2). I have taken som

Re: [Dspace-tech] freshly installed dspace 5 has problems

2015-03-19 Thread Hongxing Geng
Thanks Andrea and Aaron. It does work Hongxing Geng Library Services Athabasca University Phone: 780-675-6589 - "Andrea Schweer" wrote: > Hi, > > it looks like solr is not running. Please double-check step 9 of the > installation instructions: > https://w

Re: [Dspace-tech] freshly installed dspace 5 has problems

2015-03-19 Thread Hongxing Geng
Thanks, Aaron. Can I simply copy solr.xml under dspace-src/dspace/solr/solr.xml to there? I just did it and does not work. Furthermore, dspace installation guide does not mention this step, and it does not mention I really need a solr server. Thanks Hongxing Geng Library Services

[Dspace-tech] freshly installed dspace 5 has problems

2015-03-19 Thread Hongxing Geng
a:310) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) I searched online for solutions, but got no hint. Any hint will be appreciated. Thank you so much! Hongxing Gen