Hi
Thanks Mark H. Wood for your suggestions, this is my first time to configure
this software i have changed the password in the file
/dspace/config/dspace.cfg and it appear no changes where done. I would like
to help me on how to set the postgresql database to connect with the dspace
because i have done the changes in the file
/etc/postgresql/8.4/main/postgresql.conf.
Thanks for your help
On Mon, Mar 14, 2011 at 5:29 AM,
<[email protected]>wrote:
> Send DSpace-tech mailing list submissions to
> [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> or, via email, send a message with subject or body 'help' to
> [email protected]
>
> You can reach the person managing the list at
> [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of DSpace-tech digest..."
>
>
> Today's Topics:
>
> 1. Re: REST API for DSpace (Chris Hawkins)
> 2. Error after executing sudo ant fresh install (Pius Maswaga)
> 3. Re: Error after executing sudo ant fresh install (Mark H. Wood)
> 4. Where are the files I deliver to my repository actually
> stored? (in DSpace) (Magnus Norberg)
> 5. Re: Where are the files I deliver to my repository actually
> stored? (in DSpace) (Andrea Schweer)
> 6. How Dspace calculates download amount ? (revskill)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 11 Mar 2011 08:38:48 -0500 (EST)
> From: Chris Hawkins <[email protected]>
> Subject: Re: [Dspace-tech] REST API for DSpace
> To: Kim Shepherd <[email protected]>
> Cc: [email protected]
> Message-ID:
> <[email protected]>
> Content-Type: text/plain; charset="utf-8"
>
> I'm sorry, I don't. We are not actually building a repository but
> developing software that will communicate with repositories. So our dspace
> server is only for testing and development.
>
>
> Chris
>
> ----- Original Message -----
>
>
> Hi Chris,
>
>
> Do you have a public-facing repository that is making use of this? It would
> be great to see it in action.
> I feel I may be a bit "behind the times" as far as this project goes..!
>
>
> Also, kudos to Bojan for continuing to support his work. Sounds like I need
> to give it another go :-)
>
>
> Cheers,
>
>
> Kim
>
>
> On 11 March 2011 02:14, Chris Hawkins < [email protected] > wrote:
>
>
> I have used it and so far it works perfectly. Our test repository does not
> use authentication and the plugin seems to work fine.
>
> Chris
>
>
>
>
> ----- Original Message -----
> > Hello everyone,
> >
> > Just wondering if anyone else has played around with Bojan Suzic's
> > great
> > REST API extension? I am trying to allow for REST queries to be done
> > on
> > my DSpace. With our DSpace anonymous users can search. It seems to me
> > that you must log in as an authenticated user to do anything with the
> > plug-in, is this correct?
> >
> > Thanks for any help you can provide,
> > Mark
> >
> >
> ------------------------------------------------------------------------------
> > Colocation vs. Managed Hosting
> > A question and answer guide to determining the best fit
> > for your organization - today and in the future.
> > http://p.sf.net/sfu/internap-sfd2d
> > _______________________________________________
> > DSpace-tech mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 2
> Date: Fri, 11 Mar 2011 18:13:03 +0300
> From: Pius Maswaga <[email protected]>
> Subject: [Dspace-tech] Error after executing sudo ant fresh install
> To: [email protected]
> Message-ID:
> <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> root@ir
> :/dspace/dspace-1.7.0-src-release/dspace/target/dspace-1.7.0-build.dir
> #
> sudo ant fresh_install
> Buildfile:
>
> /dspace/dspace-1.7.0-src-release/dspace/target/dspace-1.7.0-build.dir/build.xml
>
> init_installation:
>
> init_configs:
>
> test_database:
> [java] 2011-03-10 19:19:09,170 INFO
> org.dspace.core.ConfigurationManager @ Loading system provided config
> property (-Ddspace.configuration): config/dspace.cfg
> [java] 2011-03-10 19:19:09,199 INFO
> org.dspace.core.ConfigurationManager @ Using default log4j provided
> log configuration,if unintended, check your dspace.cfg for
> (log.init.config)
> [java]
> [java] Attempting to connect to database:
> [java] - URL: jdbc:postgresql://localhost:5432/dspace
> [java] - Driver: org.postgresql.Driver
> [java] - Username: dspace
> [java] - Password: dspace
> [java] - Schema: null
> [java]
> [java] Testing connection...
> [java]
> [java] Error:
> [java] - org.postgresql.util.PSQLException: FATAL: password
> authentication failed for user "dspace"
> [java]
> [java] Please see the DSpace documentation for assistance.
> [java]
>
> BUILD FAILED
>
> /dspace/dspace-1.7.0-src-release/dspace/target/dspace-1.7.0-build.dir/build.xml:747:
> Java returned: 1
>
> Total time: 1 second
> root@ir
> :/dspace/dspace-1.7.0-src-release/dspace/target/dspace-1.7.0-build.dir
> #
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 3
> Date: Fri, 11 Mar 2011 13:49:52 -0500
> From: "Mark H. Wood" <[email protected]>
> Subject: Re: [Dspace-tech] Error after executing sudo ant fresh
> install
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="us-ascii"
>
> On Fri, Mar 11, 2011 at 06:13:03PM +0300, Pius Maswaga wrote:
> > root@ir
> :/dspace/dspace-1.7.0-src-release/dspace/target/dspace-1.7.0-build.dir
> > #
> > sudo ant fresh_install
> > Buildfile:
> >
> /dspace/dspace-1.7.0-src-release/dspace/target/dspace-1.7.0-build.dir/build.xml
> >
> > init_installation:
> >
> > init_configs:
> >
> > test_database:
> > [java] 2011-03-10 19:19:09,170 INFO
> > org.dspace.core.ConfigurationManager @ Loading system provided config
> > property (-Ddspace.configuration): config/dspace.cfg
> > [java] 2011-03-10 19:19:09,199 INFO
> > org.dspace.core.ConfigurationManager @ Using default log4j provided
> > log configuration,if unintended, check your dspace.cfg for
> (log.init.config)
> > [java]
> > [java] Attempting to connect to database:
> > [java] - URL: jdbc:postgresql://localhost:5432/dspace
> > [java] - Driver: org.postgresql.Driver
> > [java] - Username: dspace
> > [java] - Password: dspace
> > [java] - Schema: null
> > [java]
> > [java] Testing connection...
> > [java]
> > [java] Error:
> > [java] - org.postgresql.util.PSQLException: FATAL: password
> > authentication failed for user "dspace"
>
> Right there. PostgreSQL isn't set up to accept user "dspace",
> password "dspace", database "dspace". Is ant using the right
> dspace.cfg, or do you need to specify the path with -Dconfig= ? If
> those are the credentials you intend to use, PostgreSQL isn't
> accepting them.
>
> --
> Mark H. Wood, Lead System Programmer [email protected]
> Asking whether markets are efficient is like asking whether people are
> smart.
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-signature
> Size: 198 bytes
> Desc: not available
>
> ------------------------------
>
> Message: 4
> Date: Sat, 12 Mar 2011 08:54:10 +0000
> From: Magnus Norberg <[email protected]>
> Subject: [Dspace-tech] Where are the files I deliver to my repository
> actually stored? (in DSpace)
> To: DSpace techlist techlist <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> Where in the file structure of my harddrive/server can I find the files?
> For example if I uploaded a tiff image, where can I find it in the file
> structure? Is it in the C:\DSpace?
>
> /Magnus, Sweden
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 5
> Date: Mon, 14 Mar 2011 09:30:00 +1300
> From: Andrea Schweer <[email protected]>
> Subject: Re: [Dspace-tech] Where are the files I deliver to my
> repository actually stored? (in DSpace)
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi Magnus,
>
> On 12/03/11 21:54, Magnus Norberg wrote:
> > Where in the file structure of my harddrive/server can I find the
> > files? For example if I uploaded a tiff image, where can I find it in
> > the file structure? Is it in the C:\DSpace?
>
> They are stored in the asset store directory specified in your
> dspace.cfg. By default this is the "assetstore" subdirectory of your
> DSpace installation directory -- see
>
> https://wiki.duraspace.org/display/DSDOC/Configuration#Configuration-FileStorage
>
> cheers,
> Andrea
>
> --
> Andrea Schweer
> IRR Technical Specialist, ITS Information Systems
> The University of Waikato, Hamilton, New Zealand
>
>
>
> ------------------------------
>
> Message: 6
> Date: Mon, 14 Mar 2011 09:29:03 +0700
> From: revskill <[email protected]>
> Subject: [Dspace-tech] How Dspace calculates download amount ?
> To: [email protected]
> Message-ID:
> <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi all !
> I often use the query
>
> http://localhost/solr/statistics/select?facet=true&facet.field=epersonid&q=type:0
>
> to know user and their downloaded amount.
> The result XML has form:
>
> <lst name="facet_fields">
> -
> <lst name="epersonid">
> <int name="11459">2034</int>
> <int name="14">1316</int>
> <int name="2226">692</int>
> <int name="5">374</int>
> <int name="2695">255</int>
> <int name="11322">234</int>
> <int name="4976">174</int>
> <int name="7999">148</int>
> <int name="9511">104</int>
> <int name="11458">92</int>
> <int name="5743">91</int>
> <int name="235">84</int>
> <int name="8291">76</int>
> <int name="8435">76</int>
> <int name="10680">72</int>
> </lst>
> </lst>
> <lst name="facet_dates"/>
>
> In <int name="10680">72</int>, if 10680 is the epersonid (could be found in
> database), what about the 72 ? and what is its unit ? How dspace (solr)
> calculates it via log files ?
>
> Thank you for attention.
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
>
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
>
> ------------------------------
>
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
> End of DSpace-tech Digest, Vol 59, Issue 22
> *******************************************
>
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech