I have successfully setup my dspace server. It is running nice. Now, i want
to add the user statistics there. I was on the way of doing that. I have
downloaded Stats-addon-2.0 and tried to install that from source.

Here is my procedure:

1. Install de plpgsql language on dspace schema as the postgres user by
doing:
    createlang -U postgres plpgsql dspace

2. Installing statistics database schema with:
    $ psql -U dspace -d dspace -f $ADDON_SRC/etc/stats-database-schema.sql
    $ psql –U postgres –d dspace -f
$ADDON_SRC/etc/stats-database-schema-admin.sql

Here, the first command ran fine, but at the second time, it showed that...

"javau language didn`t found"

Please help me.


-- 
Best,
Z
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to