[Dspace-tech] Help: Missing ePersons!

2008-07-16 Thread Clive Gould
Hi

I am having trouble with missing ePersons.

If I log into DSpace 1.4.2 as admin and choose Administer EPeople  Select
E-Person I get a list containing a total of 32 names.

If I log in using phpPgAdmin and view the epersons table I can see 79
entries, all bar 6 of whom have can_log_in set to TRUE.

Any idea why I am getting this discrepancy?

Would upgrading solve this problem??

Thanks very much

Clive









-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Sort results in 1.5

2008-07-16 Thread Susan Parham
We recently upgraded to 1.5 --

After conducting a quoted phrase search (e.g., computer science), I
am unable to re-sort the results.  Results are listed by Relevance
(the default). When I try to resort the results list by any other
value, such as Issue Date or Title, I get the message that the search
produced no results.

Is this a 1.5 bug which others experience?

Susan





-- 
Susan Wells Parham
Head, Digital Library Development
Georgia Institute of Technology
Library  Information Center
404-894-4522
[EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Ant Errors when installing Dspace with Oracle

2008-07-16 Thread Rebekah Burke
Hi, I have tried many different settings for me db.url now. I am still
getting this error.

Could it be a problem with my classpath? The java.lang.NoClassDefFoundError
makes me think it might be a classpath issue, but I don't know what could be
wrong. I have tried it with the CLASSPATH environment variable set to my
JAVA_HOME directory, and with it set to the dspace directory.. is that
right?

Regards,
Rebekah

On Thu, Jul 10, 2008 at 7:17 AM, Gagan mandayam [EMAIL PROTECTED]
wrote:

 Hi Rebekah

 Maybe ur DB values were not properly given; Try these::

 1--db.driver = oracle.jdbc.driver.OracleDriver
 2--db.url = jdbc:oracle:thin:@localhost:1521:xe
 (your URL path had some missing stuff, like the colon after 'thin';
  check this out carefully! in my case, 'xe' is the Oracle Express edition);
 Hope it woks then; All the best :-)

 Rebekah Burke wrote:

 Hi all,

 I've searched and searched but cannot find a solution to my problem.

 I am installing DSpace on Debian Linux with Tomcat 6. It's using an Oracle
 11g server which is sitting on a seperate Solaris server.

 I get this error when I run ant fresh_install for dspace:

 Buildfile: build.xml

 init_installation:

 init_configs:

 setup_database:
 [java] Exception in thread main java.lang.NoClassDefFoundError:
 org/dspace/storage/rdbms/InitializeDatabase
 [java] Caused by: java.lang.ClassNotFoundException:
 org.dspace.storage.rdbms.InitializeDatabase
 [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
 [java] at java.security.AccessController.doPrivileged(Native
 Method)
 [java] at
 java.net.URLClassLoader.findClass(URLClassLoader.java:188)
 [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
 [java] at
 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
 [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
 [java] at
 java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)



 It looks like the oracle jdbc driver is not being found..? I have put the
 driver in my dspace folder, in a folder called lib (which I had to create as
 there was no lib folder there initially..).

 Here is an extract from the database section of my dspace.cfg file, maybe
 there is something wrong here..?

 # DSpace installation directory
 dspace.dir =/usr/local/apache-tomcat-6.0.16/webapps/dspace

 # DSpace base URL.  Include port number etc., but NOT trailing slash
 # Change to xmlui if you wish to use the xmlui as the default, or remove
 # /jspui and set webapp of your choice as the ROOT webapp in
 # the servlet engine.
 dspace.url = http://10.209.3.21:8080/dspace

 # DSpace host name - should match base URL.  Do not include port number
 dspace.hostname = http://10.209.3.21/

 # Name of the site
 dspace.name http://dspace.name = Qualitative Data Archive

 # Database settings #

 # Database name (oracle, or postgres)
 #db.name http://db.name = ${default.db.name http://default.db.name}
 #db.name http://db.name = postgres
 db.name http://db.name = oracle

 # URL for connecting to database
 #db.url = ${default.db.url}
 #db.url = jdbc:postgresql://localhost:5432/dspace
 db.url = jdbc:oracle:thin@//10.209.2.40/dspace http://10.209.2.40/dspace
 

 # JDBC Driver
 #db.driver = ${default.db.driver}
 #db.driver = org.postgresql.Driver
 db.driver = oracle.jdbc.OracleDriver

 # Database username and password
 db.username = dspace
 db.password = edited out for mailing list :)
 #db.username = dspace
 #db.password = dspace



 Any help you could give would be greatly appreciated.
 Thanks,
 Rebekah

 

 -
 Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
 Studies have shown that voting for your favorite open source project,
 along with a healthy diet, reduces your potential for chronic lameness
 and boredom. Vote Now at http://www.sourceforge.net/community/cca08
 

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



 *DISCLAIMER STATEMENT*

  Save a tree. don't print this email or any documents unless you
 really need to

 *Confidentiality Warning : This e-mail and any files transmitted along with
 it are for the sole use of the intended recipient(s) and may contain
 confidential and privileged information. If you are not the intended
 recipient, you are hereby notified that any review, re-transmission,
 conversion to hard copy, copying, circulation or other use of this message
 and any attachments is strictly prohibited. If you are not the intended
 recipient, please notify the sender immediately by return e-mail, and
 destroy the original message along with all copies of the same and any
 attachments, from your 

[Dspace-tech] ERROR: duplicate key violates unique constraint epersongroup_name_key

2008-07-16 Thread John Furfey

Hello,

We're getting the error below when trying to add a submitter to  
certain collections.  The problem was reported before.  Our problem  
is following the same pattern.  Is there a solution?


when I am trying to create a delegated administrator from one collection
I received the message of error printed at the end.
I also want to point out we are updating from 1.2.1 to 1.4 and we have
run the database schema_12-13 and 13-14, the new ones downloaded from
cvs directory today. Other important thing is if the collection is
created (not imported from 1.2.1) the problem disappears. For further
detail we also have the language pack installed in our system. We need
one answer as soon as possible in order to continue developing. Thanks
in advance for all.






2008-07-15 15:19:15,234 WARN   
org.dspace.app.webui.servlet.DSpaceServlet @  
[EMAIL PROTECTED]:session_id=36E830F8776EC76A1DCFE5A36D40B438:ip_addr=128. 
128.169.158:database_error:org.postgresql.util.PSQLException: ERROR:  
duplicate key violates unique constraint epersongroup_name_key
org.postgresql.util.PSQLException: ERROR: duplicate key violates  
unique constraint epersongroup_name_key
   at  
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse 
(QueryExecutorImpl.java:1525)
   at org.postgresql.core.v3.QueryExecutorImpl.processResults 
(QueryExecutorImpl.java:1309)
   at org.postgresql.core.v3.QueryExecutorImpl.execute 
(QueryExecutorImpl.java:188)
   at org.postgresql.jdbc2.AbstractJdbc2Statement.execute 
(AbstractJdbc2Statement.java:452)
   at  
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags 
(AbstractJdbc2Statement.java:354)
   at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate 
(AbstractJdbc2Statement.java:308)
   at  
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate 
(DelegatingPreparedStatement.java:101)
   at  
org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate 
(DelegatingPreparedStatement.java:101)
   at org.dspace.storage.rdbms.DatabaseManager.execute 
(DatabaseManager.java:1462)
   at org.dspace.storage.rdbms.DatabaseManager.update 
(DatabaseManager.java:853)

   at org.dspace.eperson.Group.update(Group.java:965)
   at org.dspace.content.Collection.createSubmitters 
(Collection.java:565)
   at  
org.dspace.app.webui.servlet.admin.EditCommunitiesServlet.processConfirm 
EditCollection(EditCommunitiesServlet.java:577)
   at  
org.dspace.app.webui.servlet.admin.EditCommunitiesServlet.doDSPost 
(EditCommunitiesServlet.java:267)
   at org.dspace.app.webui.servlet.DSpaceServlet.processRequest 
(DSpaceServlet.java:147)
   at org.dspace.app.webui.servlet.DSpaceServlet.doPost 
(DSpaceServlet.java:105)

   at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
   at  
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter 
(ApplicationFilterChain.java:247)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter 
(ApplicationFilterChain.java:193)
   at org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter 
(RegisteredOnlyFilter.java:98)
   at  
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter 
(ApplicationFilterChain.java:213)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter 
(ApplicationFilterChain.java:193)
   at org.apache.catalina.core.StandardWrapperValve.invoke 
(StandardWrapperValve.java:243)
   at org.apache.catalina.core.StandardPipeline.invokeNext 
(StandardPipeline.java:566)
   at org.apache.catalina.core.StandardPipeline.invoke 
(StandardPipeline.java:472)
   at org.apache.catalina.core.ContainerBase.invoke 
(ContainerBase.java:943)
   at org.apache.catalina.core.StandardContextValve.invoke 
(StandardContextValve.java:190)
   at org.apache.catalina.core.StandardPipeline.invokeNext 
(StandardPipeline.java:566)
   at org.apache.catalina.valves.CertificatesValve.invoke 
(CertificatesValve.java:246)
   at org.apache.catalina.core.StandardPipeline.invokeNext 
(StandardPipeline.java:564)
   at org.apache.catalina.core.StandardPipeline.invoke 
(StandardPipeline.java:472)
   at org.apache.catalina.core.ContainerBase.invoke 
(ContainerBase.java:943)
   at org.apache.catalina.core.StandardContext.invoke 
(StandardContext.java:2347)
   at org.apache.catalina.core.StandardHostValve.invoke 
(StandardHostValve.java:180)
   at org.apache.catalina.core.StandardPipeline.invokeNext 
(StandardPipeline.java:566)
   at org.apache.catalina.valves.ErrorDispatcherValve.invoke 
(ErrorDispatcherValve.java:170)
   at org.apache.catalina.core.StandardPipeline.invokeNext 
(StandardPipeline.java:564)
   at org.apache.catalina.valves.ErrorReportValve.invoke 
(ErrorReportValve.java:170)
   at org.apache.catalina.core.StandardPipeline.invokeNext 
(StandardPipeline.java:564)
   at 

Re: [Dspace-tech] ERROR: duplicate key violates unique constraint epersongroup_name_key

2008-07-16 Thread Claudia Juergen
Hi John,

this seems to be a known meanwhile fixed bug, see:
http://sourceforge.net/tracker/index.php?func=detailaid=1638565group_id=19984atid=119984
been fixed with
http://sourceforge.net/tracker/index.php?func=detailaid=1638569group_id=19984atid=319984

hope that helps

Claudia


 Hello,

 We're getting the error below when trying to add a submitter to
 certain collections.  The problem was reported before.  Our problem
 is following the same pattern.  Is there a solution?

 when I am trying to create a delegated administrator from one collection
 I received the message of error printed at the end.
 I also want to point out we are updating from 1.2.1 to 1.4 and we have
 run the database schema_12-13 and 13-14, the new ones downloaded from
 cvs directory today. Other important thing is if the collection is
 created (not imported from 1.2.1) the problem disappears. For further
 detail we also have the language pack installed in our system. We need
 one answer as soon as possible in order to continue developing. Thanks
 in advance for all.






 2008-07-15 15:19:15,234 WARN
 org.dspace.app.webui.servlet.DSpaceServlet @
 [EMAIL PROTECTED]:session_id=36E830F8776EC76A1DCFE5A36D40B438:ip_addr=128.
 128.169.158:database_error:org.postgresql.util.PSQLException: ERROR:
 duplicate key violates unique constraint epersongroup_name_key
 org.postgresql.util.PSQLException: ERROR: duplicate key violates
 unique constraint epersongroup_name_key
 at
 org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse
 (QueryExecutorImpl.java:1525)
 at org.postgresql.core.v3.QueryExecutorImpl.processResults
 (QueryExecutorImpl.java:1309)
 at org.postgresql.core.v3.QueryExecutorImpl.execute
 (QueryExecutorImpl.java:188)
 at org.postgresql.jdbc2.AbstractJdbc2Statement.execute
 (AbstractJdbc2Statement.java:452)
 at
 org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags
 (AbstractJdbc2Statement.java:354)
 at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate
 (AbstractJdbc2Statement.java:308)
 at
 org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate
 (DelegatingPreparedStatement.java:101)
 at
 org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate
 (DelegatingPreparedStatement.java:101)
 at org.dspace.storage.rdbms.DatabaseManager.execute
 (DatabaseManager.java:1462)
 at org.dspace.storage.rdbms.DatabaseManager.update
 (DatabaseManager.java:853)
 at org.dspace.eperson.Group.update(Group.java:965)
 at org.dspace.content.Collection.createSubmitters
 (Collection.java:565)
 at
 org.dspace.app.webui.servlet.admin.EditCommunitiesServlet.processConfirm
 EditCollection(EditCommunitiesServlet.java:577)
 at
 org.dspace.app.webui.servlet.admin.EditCommunitiesServlet.doDSPost
 (EditCommunitiesServlet.java:267)
 at org.dspace.app.webui.servlet.DSpaceServlet.processRequest
 (DSpaceServlet.java:147)
 at org.dspace.app.webui.servlet.DSpaceServlet.doPost
 (DSpaceServlet.java:105)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
 (ApplicationFilterChain.java:247)
 at org.apache.catalina.core.ApplicationFilterChain.doFilter
 (ApplicationFilterChain.java:193)
 at org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter
 (RegisteredOnlyFilter.java:98)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
 (ApplicationFilterChain.java:213)
 at org.apache.catalina.core.ApplicationFilterChain.doFilter
 (ApplicationFilterChain.java:193)
 at org.apache.catalina.core.StandardWrapperValve.invoke
 (StandardWrapperValve.java:243)
 at org.apache.catalina.core.StandardPipeline.invokeNext
 (StandardPipeline.java:566)
 at org.apache.catalina.core.StandardPipeline.invoke
 (StandardPipeline.java:472)
 at org.apache.catalina.core.ContainerBase.invoke
 (ContainerBase.java:943)
 at org.apache.catalina.core.StandardContextValve.invoke
 (StandardContextValve.java:190)
 at org.apache.catalina.core.StandardPipeline.invokeNext
 (StandardPipeline.java:566)
 at org.apache.catalina.valves.CertificatesValve.invoke
 (CertificatesValve.java:246)
 at org.apache.catalina.core.StandardPipeline.invokeNext
 (StandardPipeline.java:564)
 at org.apache.catalina.core.StandardPipeline.invoke
 (StandardPipeline.java:472)
 at org.apache.catalina.core.ContainerBase.invoke
 (ContainerBase.java:943)
 at org.apache.catalina.core.StandardContext.invoke
 (StandardContext.java:2347)
 at org.apache.catalina.core.StandardHostValve.invoke
 (StandardHostValve.java:180)
 at org.apache.catalina.core.StandardPipeline.invokeNext
 (StandardPipeline.java:566)
 at org.apache.catalina.valves.ErrorDispatcherValve.invoke

[Dspace-tech] Install Problem (Internal System Error)

2008-07-16 Thread Rodrigo Kiguti
I installed the DSpace with Postgre in Windows. But I am with some
problems.

When I access the DSpace url, it show an error:

null Internal System Error

What can I do?

Regards,
Kiguti


  

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech