[Dspace-tech] Problem enabling OAI data provider feature

2013-12-29 Thread Otuoma
I have a problem enabling oai feature on my dspace version 3.2. The error i get when i access http://my-dspace-url/oai/request?verb=Identify is : -begin--- javax.servlet.ServletException: Error instantiating servlet class

Re: [Dspace-tech] Problem enabling OAI data provider feature

2013-12-29 Thread Bram Luyten
Hi Otuoma, this problem has been reported here: https://jira.duraspace.org/browse/DS-1609 The root cause was an incompatibility with OAI and Java 6. The original workaround was to use Java 7, however, the log of the problem shows that it was eventually fixed for Java 6 as well in DSpace 3.2. In

Re: [Dspace-tech] Problem enabling OAI data provider feature

2013-12-29 Thread otuoma peter
I had already done a rebuild and I also do not have the lib folder under  /oai/WEB-INF/  There is MANIFEST.INF file and maven folder which in turn contains org.dspace.modules file. Could it be that my oai servlet is incomplete? Thanks for the help On Sunday, December 29, 2013 1:07 AM, Bram

Re: [Dspace-tech] Problem enabling OAI data provider feature

2013-12-29 Thread helix84
On Sun, Dec 29, 2013 at 10:55 AM, otuoma peter otuomathegr...@yahoo.com wrote: I had already done a rebuild and I also do not have the lib folder under /oai/WEB-INF/ There is MANIFEST.INF file and maven folder which in turn contains org.dspace.modules file. Could it be that my oai servlet

Re: [Dspace-tech] Problem enabling OAI data provider feature

2013-12-29 Thread otuoma peter
Sorry wasn't observant enough, I saw it and it contains: --start- -rw-r--r-- 1 tomcat6 tomcat6  62K 2013-12-14 17:58 activation-1.1.jar -rw-r--r-- 1 tomcat6 tomcat6 4.0K 2013-12-14 17:58 additions-3.2.jar -rw-r--r-- 1

Re: [Dspace-tech] Problem enabling OAI data provider feature

2013-12-29 Thread otuoma peter
Well, that was not to say the problem is solved, I have upgraded to java 7 but the problem is still there. On Sunday, December 29, 2013 3:12 AM, Otuoma otuomathegr...@yahoo.com wrote: Sorry wasn't observant enough, I saw it and it contains: