Re: [Dspace-tech] Regarding dspace Error

2013-04-03 Thread helix84
Hello, the error means that the group with eperson_group_id = 1 (the Administrator group) wasn't found in the eperson_group table. This shouldn't happen if you follow the installation instructions. Is there anything you did manually to the database? Were there any errors loading the database schem

Re: [Dspace-tech] Regarding dspace Error

2013-04-03 Thread helix84
My mistake, the error doesn't mean what I said. The problem is that you didn't specify database name in dspace.cfg, so DSpace couldn't create the database connection. You have to specify database name like this: db.url = jdbc:postgresql://localhost:5432/databasename Also make sure that the datab

Re: [Dspace-tech] Automatic generation of thumbnails for image records in DSpace

2013-04-03 Thread helix84
This question has been asked a few times already, but I don't have particular steps to give you, only the general solution. You can create a curation task that will run the MediaFilter on an item and then bind this step to a workflow step: https://wiki.duraspace.org/display/DSDOC3x/Curation+Syste

[Dspace-tech] Ant Build error

2013-04-03 Thread Smart D Ncube
Hello members I am installing DSpace 3.0 and have successfully built apache maven 2.2 am now stuck at building apache-ant-1.8.4 as I am getting the following error which seems to be linked to loading database schema BUILD FAILED /dspace-3.0-release/dspace/target/dspace-3.0-build/build.xml:795: J

Re: [Dspace-tech] Ant Build error

2013-04-03 Thread helix84
These two errors don't seem related. On Wed, Apr 3, 2013 at 10:20 AM, Smart D Ncube wrote: > BUILD FAILED > /dspace-3.0-release/dspace/target/dspace-3.0-build/build.xml:795: Java > returned: 1 This one indicates failure during creation of database tables: https://github.com/DSpace/DSpace/blob/ds

Re: [Dspace-tech] Ant Build error

2013-04-03 Thread helix84
On Wed, Apr 3, 2013 at 11:42 AM, Smart D Ncube wrote: > [java] 2013-04-03 11:32:51,583 FATAL > org.dspace.storage.rdbms.InitializeDatabase @ Caught exception: > [java] java.io.FileNotFoundException: database_schema.sql (No such file > or directory) This is the problem. It looks for t

Re: [Dspace-tech] Ant Build error

2013-04-03 Thread Smart D Ncube
Thanks man my dspace is done building On Wed, Apr 3, 2013 at 11:54 AM, helix84 wrote: > On Wed, Apr 3, 2013 at 11:42 AM, Smart D Ncube wrote: > > [java] 2013-04-03 11:32:51,583 FATAL > org.dspace.storage.rdbms.InitializeDatabase @ Caught exception: > > [java] java.io.FileNotFoundExce

Re: [Dspace-tech] input-form.xml - fields not display in submission

2013-04-03 Thread Claudia Jürgen
Hello Carlos, the field dc.date.issued depends on the initial questions step. If "The item has been published or publicly distributed before" is checked, then the date will be displayed in the form. To prepropulate fields you can use the metadata template of the collection. Hope this helps Cl

Re: [Dspace-tech] DSpace-tech Digest, Vol 84, Issue 9

2013-04-03 Thread helix84
That means your Messages.properties file doesn't contain the browse.menu.num property. When you add it, the value of that property will be displayed in place of ???browse.menu.num???. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/M

Re: [Dspace-tech] DSpace-tech Digest, Vol 84, Issue 9

2013-04-03 Thread helix84
You should always CC dspace-tech. Your procedure sounds correct to me. I don't know what the problem could be. I'm not deeply familiar with JSPUI in particular. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Problem installing dspace 3.1

2013-04-03 Thread Luis Rojas C. (CATIE)
Hi all, i´m installing dspace 3.1 in Windows server 2008 r2. My questions are: 1.Is posible install Dspace 3.1 with postgres 8.2. 2.Actually, when i want execute "Ant fresh_install", i have the follow error: [cid:image003.jpg@01CE3043.64BA5C00] Please help me, thanks f

Re: [Dspace-tech] Problem installing dspace 3.1

2013-04-03 Thread helix84
Hi Luis, 1. The following documentation chapter lists DSpace requirements: https://wiki.duraspace.org/display/DSDOC3x/Installation#Installation-RelationalDatabase:(PostgreSQLorOracle) There should be no reason to stay at 8.2. It's strongly recommended to upgrade at least to 8.4. 2. The actual er

Re: [Dspace-tech] Getting malformed URL exception on hitting Dspace URL

2013-04-03 Thread abhishek.kulkarni
Thanks Helix84. Working on it now. -- View this message in context: http://dspace.2283337.n4.nabble.com/Getting-malformed-URL-exception-on-hitting-Dspace-URL-tp4662922p4662963.html Sent from the DSpace - Tech mailing list archive at Nabble.com. -

Re: [Dspace-tech] input-form.xml - fields not display in submission

2013-04-03 Thread Carlos Walter Blandon Alvarez
Hi Claudia.Thanks for your support.I made changes to the collection template, adding dc.date.issued field but in the submission form containing this field yet.The idea is that the user enter the date in the submission form but I do not understand why this does not appear if is well defined in the i

[Dspace-tech] [SPAM] Mirage, Discovery and Browse, Icons question

2013-04-03 Thread aaronhelton
I tried searching though the previous items in this list, but didn't come up with anything useful. I am trying to get all of my item-lists to show MIME-based icons ( like what is explained here: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Theme/Page_Content ). For instance: <{concat($them

[Dspace-tech] Build failed after running ant fresh_install

2013-04-03 Thread abhishek.kulkarni
Hi All, I am installing fresh instance of Dspace 3.1. Getting following error after running step ant fresh_install and build fails. .java:264) [java] at org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:9 77) [java] at org.dspace.storage.rdbms.Initi [ja

Re: [Dspace-tech] Build failed after running ant fresh_install

2013-04-03 Thread Hilton Gibson
Perhaps these will help. Check database settings: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S06 http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S04#Database http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S09 On 3 April 2013 19:49, abhishek.kulkar

[Dspace-tech] ./bin/dspace update-discovery-index -b

2013-04-03 Thread Jose Blanco
I was running ./bin/dspace update-discovery-index -b in production today, and I was accessing the website to see the number of titles increase to get an idea of when it would finish, and tomcat went down. I saw inm the log file an error message of "Too many open files". I'm thinking that my acce

Re: [Dspace-tech] ./bin/dspace update-discovery-index -b

2013-04-03 Thread Richard Sims
That message is likely a Unix process resource limits issue, as per your /etc/security/limits file definitions in conjunction with whatever ulimit/limits value your process started with. On Apr 3, 2013, at 2:10 PM, Jose Blanco wrote: > I was running > > ./bin/dspace update-discovery-index -b

[Dspace-tech] oai

2013-04-03 Thread Jose Blanco
when I try to list records in oai, I'm getting nothing. solr is up and running. This seems like some config parameter for oai I'm not setting. This is what I see in the error log: 2013-04-03 17:29:37,388 INFO org.dspace.app.xmlui.aspect.artifactbrowser.ConfigurableBrowse @ anonymous:session_id

Re: [Dspace-tech] oai

2013-04-03 Thread helix84
Try searching the list to see some common errors with setting the oai solr url. Same errors can also occur with Solr search and statistics urls. On Apr 4, 2013 12:00 AM, "Jose Blanco" wrote: > when I try to list records in oai, I'm getting nothing. solr is up and > running. This seems like some