[Dspace-tech] UI customisation

2007-03-27 Thread rudra chandana

Hi,
  Thanks monika , jayan . I ve done the process and its working fine now.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Fwd: how to restore database?

2007-03-13 Thread rudra chandana

-- Forwarded message --
From: rudra chandana [EMAIL PROTECTED]
Date: Mar 12, 2007 4:02 PM
Subject: how to restore database?
To: dspace-tech@lists.sourceforge.net

I ve installed dspace1.3.2 on server(CENT os).It is working fine.But my
problem is already i hve databse of our institution which i previously
backed up and stored . now i need to restore into my dspace databse .How do
i do it.Please let me know the procedure , how to restore the previous
databse to the new one.

I ve done some stuff but it did not work.
using pg_restore command.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] how to restore database?

2007-03-12 Thread rudra chandana

I ve installed dspace1.3.2 on server(CENT os).It is working fine.But my
problem is already i hve databse of our institution which i previously
backed up and stored . now i need to restore into my dspace databse .How do
i do it.Please let me know the procedure , how to restore the previous
databse to the new one.

I ve done some stuff but it did not work.
using pg_restore command.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Internal System Error

2007-02-28 Thread rudra chandana

I ve installed Dsoace1.4.1 on Server.
All the prerequistes have been installed.
   1)jdk
   2)postgresql
   3)tomcat
   Everything is working fine.ant fresh_install is also working.But when i
give the address in the toolbar which ive given in dspace.cfg file i.e
http://dspace.ngri.res.in:8080/dspace.
It displays Internal System error , even the mail server is working fine, Iv
e checked the tomcat log file (catalina.out) and dspace.log file.No error in
it.What should i do.
Plz help me out.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] regarding Internal System Error !!!

2007-02-28 Thread rudra chandana

Sir,

I have checked out the page source and I found that there is no Stack
traces given in the Comments.

I am sending u the copy of the code ...Please check it out n suggest the
needful !

h1Internal System Error/h1

   pThe system has experienced an internal error. Please try to do what
you were doing again, and if the problem persists, please contact us so we
can fix the problem./pcenter
 pa href=/dspace/feedbackLeave a message for the DSpace at My
University administrators./a/p

/center


   p align=center

   a href=/dspace/Go to the DSpace home page/a
   /p
   !--
   No stack trace availablebr/

 --



Regards
Chandana .
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Fwd: upgrading dspace from 1.3.2 to 1.4

2007-02-21 Thread rudra chandana

-- Forwarded message --
From: rudra chandana [EMAIL PROTECTED]
Date: Feb 21, 2007 6:32 PM
Subject: upgrading dspace from 1.3.2 to 1.4
To: [EMAIL PROTECTED]

I ve installed a new dspace 1.4,and its successfully running. already i ve
databse stored on dspace1.3.2 on a different machine. I need to copy the
database to the new server (using pg_dumpall and psql ) ive got the database
into dspace1.4 server. But while executing the psql -f command its showing
errors.
 I ve also used the upgrade command i.e  psql -f
database_schema_13-14.sql dspace -h localhost
this also is not working.Its showing th flg.
errors.

**
   psql:database_schema_13-14.sql:50: ERROR:
relation group2group_seq already exists
psql:database_schema_13-14.sql:51: ERROR:  relation group2groupcache_seq
already exists
psql:database_schema_13-14.sql:61: NOTICE:  CREATE TABLE / PRIMARY KEY will
create implicit index group2group_pkey for table group2group
psql:database_schema_13-14.sql:61: ERROR:  permission denied for relation
epersongroup
psql:database_schema_13-14.sql:77: NOTICE:  CREATE TABLE / PRIMARY KEY will
create implicit index group2groupcache_pkey for table group2groupcache
psql:database_schema_13-14.sql:77: ERROR:  permission denied for relation
epersongroup
psql:database_schema_13-14.sql:83: ERROR:  relation
metadataschemaregistry_seq already exists
psql:database_schema_13-14.sql:84: ERROR:  relation
metadatafieldregistry_seq already exists
psql:database_schema_13-14.sql:85: ERROR:  relation metadatavalue_seq
already exists
psql:database_schema_13-14.sql:93: NOTICE:  CREATE TABLE / PRIMARY KEY will
create implicit index metadataschemaregistry_pkey for table
metadataschemaregistry
psql:database_schema_13-14.sql:93: NOTICE:  CREATE TABLE / UNIQUE will
create implicit index metadataschemaregistry_namespace_key for table
metadataschemaregistry
psql:database_schema_13-14.sql:93: ERROR:  relation metadataschemaregistry
already exists
psql:database_schema_13-14.sql:103: NOTICE:  CREATE TABLE / PRIMARY KEY will
create implicit index metadatafieldregistry_pkey for table
metadatafieldregistry
psql:database_schema_13-14.sql:103: ERROR:  relation metadatafieldregistry
already exists
psql:database_schema_13-14.sql:114: NOTICE:  CREATE TABLE / PRIMARY KEY will
create implicit index metadatavalue_pkey for table metadatavalue
psql:database_schema_13-14.sql:114: ERROR:  permission denied for relation
item
psql:database_schema_13-14.sql:117: ERROR:  relation metadatavalue does
not exist
psql:database_schema_13-14.sql:118: ERROR:  relation metadatavalue does
not exist
psql:database_schema_13-14.sql:119: ERROR:  relation
metadatafield_schema_idx already exists
psql:database_schema_13-14.sql:122: ERROR:  duplicate key violates unique
constraint metadataschemaregistry_pkey
psql:database_schema_13-14.sql:128: ERROR:  permission denied for relation
dctyperegistry
psql:database_schema_13-14.sql:132: ERROR:  relation metadatavalue does
not exist
psql:database_schema_13-14.sql:134: ERROR:  must be owner of relation
dcvalue
psql:database_schema_13-14.sql:141: ERROR:  relation metadatavalue does
not exist
setval


(1 row)

psql:database_schema_13-14.sql:144: ERROR:  relation metadatavalue does
not exist
setval

 1
(1 row)

psql:database_schema_13-14.sql:147: ERROR:  must be owner of relation
dctyperegistry
psql:database_schema_13-14.sql:153: ERROR:  must be owner of relation
bitstream
psql:database_schema_13-14.sql:154: ERROR:  column size_bytes of relation
bitstream does not exist
psql:database_schema_13-14.sql:155: ERROR:  must be owner of relation
bitstream
psql:database_schema_13-14.sql:167: NOTICE:  CREATE TABLE / PRIMARY KEY will
create implicit index checksum_results_pkey for table checksum_results
psql:database_schema_13-14.sql:167: ERROR:  relation checksum_results
already exists
psql:database_schema_13-14.sql:187: NOTICE:  CREATE TABLE / PRIMARY KEY will
create implicit index most_recent_checksum_pkey for table
most_recent_checksum
psql:database_schema_13-14.sql:187: ERROR:  permission denied for relation
bitstream
psql:database_schema_13-14.sql:202: NOTICE:  CREATE TABLE will create
implicit sequence checksum_history_check_id_seq for serial column
checksum_history.check_id
psql:database_schema_13-14.sql:202: NOTICE:  CREATE TABLE / PRIMARY KEY will
create implicit index checksum_history_pkey for table checksum_history
psql:database_schema_13-14.sql:202: ERROR:  relation
checksum_history_check_id_seq already exists
psql:database_schema_13-14.sql:212: ERROR:  duplicate key violates unique
constraint checksum_results_pkey
psql:database_schema_13-14.sql:219: ERROR:  duplicate key violates unique
constraint checksum_results_pkey
psql:database_schema_13-14.sql:226: ERROR:  duplicate key violates unique
constraint checksum_results_pkey
psql:database_schema_13-14.sql:233: ERROR:  duplicate key violates unique
constraint checksum_results_pkey

[Dspace-tech] Error

2007-02-13 Thread rudra chandana

I ve installed Dspace 1.4.1on RHEL.Everything is working well , except the
admin page.
Its displaying an error message.
Error:404,Page not Found
Could u plz help me out.
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech