Re: [Dspace-tech] Error creating indexes 'invalid multibyte character for locale'

2010-11-02 Thread Steve Swinsburg
Thanks Stuart, that did the trick. We are now working through the invalid records. For reference though, we had to enable debugging on the dspace packages as well: log4j.logger.org.dspace=DEBUG, A1 cheers, Steve On 01/11/2010, at 4:27 PM, Stuart Lewis wrote: > Hi Steve, > > See: > > - > ht

Re: [Dspace-tech] Error exporting items/collections

2010-11-01 Thread Claudia Juergen
Hello, are you sure that id=10311/396 correspond to a collection and not a community? Hope that helps Claudia Jürgne > hi > > i am trying to export the collections using > > /dspace/bin/export --type=COLLECTION --id=10311/396 --dest=path --number=1 > and i > get this exception > > org.dspace.co

[Dspace-tech] Error exporting items/collections

2010-11-01 Thread Tumie Morupisi
hi i am trying to export the collections using /dspace/bin/export --type=COLLECTION --id=10311/396 --dest=path --number=1 and i get this exception org.dspace.content.Community but nothing is written to the path directory when i try dsrun i get exception in thread "main" java.lang. numberfor

Re: [Dspace-tech] Error creating indexes 'invalid multibyte character for locale'

2010-10-31 Thread Stuart Lewis
Hi Steve, See: - https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-SettingloggingleveluptoDEBUG If you set your logging to DEBUG, they will be *very* verbose, but should show you the item that is failing, and the SQL queries in particular that are causing the problem. Than

Re: [Dspace-tech] Error creating indexes 'invalid multibyte character for locale'

2010-10-31 Thread Steve Swinsburg
Hi, We've created a new dump with -E UNICODE added to the dump command, imported it into a clean UTF-8 database, upgraded via the 15-16 sql update script which completes successfully, but as soon as we run the index-init script again, the same issue occurs. It would be helpful if the exception

Re: [Dspace-tech] Error creating indexes 'invalid multibyte character for locale'

2010-10-28 Thread Kim Shepherd
Hi Steve, As well as Keith's suggestion of inspecting your locale, I'd try a redump of the database with -E UNICODE passed to 'pg_dump', otherwise the dumped tables will still be in their original encoding. http://www.postgresql.org/docs/8.4/static/app-pgdump.html Cheers, Kim On 28 October 201

Re: [Dspace-tech] Error creating indexes 'invalid multibyte character for locale'

2010-10-28 Thread Keith Gilbertson
Steve - I used Google and found this: http://archives.postgresql.org/pgsql-bugs/2005-11/msg00269.php When I run the 'locale' command here, I get this: LC_CTYPE="en_US.UTF-8" The same thing when I check from psql: gkrtrain=> show lc_ctype gkrtrain-> ; lc_ctype - en_US.UTF-8 (1

Re: [Dspace-tech] Error creating indexes 'invalid multibyte character for locale'

2010-10-27 Thread Steve Swinsburg
Hi all, We've completed another restore but are still having the same issue. This time we created a new database with the UNICODE encoding as per the installation manual: createdb -U dspace -E UNICODE dspace We then took an export of the current production database: pg_dump dspace > dspace-prod.

Re: [Dspace-tech] Error creating indexes 'invalid multibyte character for locale'

2010-10-25 Thread Steve Swinsburg
Hi Kim, We took a *copy* of the database and refreshed it back to dev, so it is identical to the production one, then upgraded it in dev. So I'll need to find out if the original database from production was created that way. Perhaps we should take a dump of the production database instead, and

Re: [Dspace-tech] Error creating indexes 'invalid multibyte character for locale'

2010-10-25 Thread Kim Shepherd
Hi Steve, Just to check, has your new/dev database been created with UTF8 character encoding? (pass -E UNICODE or -E UTF8 to createdb) Cheers, Kim On 25 October 2010 14:57, Steve Swinsburg wrote: > Hi all, > > We are having a problem upgrading an instance of dspace from 1.5.x-1.6.2. > We buil

[Dspace-tech] Error creating indexes 'invalid multibyte character for locale'

2010-10-25 Thread Steve Swinsburg
Hi all, We are having a problem upgrading an instance of dspace from 1.5.x-1.6.2. We built the new 1.6.2 code and took a snapshot of our old production database and migrated in back to our dev environment (along with the assets). We then ran the db upgrade script. Now, when running the index-i

[Dspace-tech] Error: java.lang.NullPointerException with RSS

2010-10-20 Thread Julio Pemau
Hello, When I try the link RSS on the homepage, It displays "internal server error", but we activate it from the repository's internal page RSS works. we are using Dspace 1.6.2 with Oracle 10.2 Any help with this problem would be greatly appreciated. the following are the log file entries: ja

Re: [Dspace-tech] Error importing SOLR stats

2010-10-15 Thread Eric Luhrs
I noticed a few files elsewhere in the tree that were owned by dspace rather than the tomcat user, so I did a "chown -R" to change the entire tree back to tomcat. I don't know which file (or files) was causing the problem, but shortly after, the stats-log-importer stopped giving the Service Tempor

Re: [Dspace-tech] Error importing SOLR stats

2010-10-14 Thread Eric Luhrs
Hi Stuart, Sorry about that. I tried with and without the port specified in config.cfg, and must have pasted conflicting info into my message. I currently have solr.log.server = http://127.0.0.1:8080/solr/statistics in config.cfg, and the same URL shows in importer errors. Eric On Thu, Oct 14, 2

Re: [Dspace-tech] Error importing SOLR stats

2010-10-14 Thread Stuart Lewis
Hi Eric, > I can convert logs from 1.5.2 using stats-log-converter, but I get an > error from stats-log-importer. I can connect to > http://127.0.0.1:8080/solr using lynx, but nothing shows up on XMLUI > statistics page. >> From config.cfg: > > solr.log.server = http://127.0.0.1:8080/solr/statis

[Dspace-tech] Error importing SOLR stats

2010-10-14 Thread Eric Luhrs
I can convert logs from 1.5.2 using stats-log-converter, but I get an error from stats-log-importer. I can connect to http://127.0.0.1:8080/solr using lynx, but nothing shows up on XMLUI statistics page. Using 1.6.2 on RHEL5. Settings and error are included below. Any suggestions? Eric -- >Fr

Re: [Dspace-tech] Error shown at dspace/postgres login terminals while running ant fresh_install: BUILD FAILED

2010-10-08 Thread Kim Shepherd
Hi Indu, You will need oubound Internet access to download the GeoLite data -- if the machine you're installing on doesn't have Internet access, you can manually download and copy the http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz file to your /dspace/config directory, and t

[Dspace-tech] Error Running Mvn package during installatin of Dspace 1. 6.0 on windows Xp

2010-10-08 Thread bonface asiligwa
Hi  when i run mvn package from the command line like this : C:\dspace-1.6.0-src-release\dspace> mvn package I get the error:Error Building POM can somebody help? -- Beautiful is writing same markup. Internet E

[Dspace-tech] Error shown at dspace/postgres login terminals while running ant fresh_install: BUILD FAILED

2010-10-07 Thread इन्‍दु भूषण Indu Bhushan
Dear Sir, I deleted database and recreate database and then run ant fresh_install command. but error following error is showing. when i tried to again run ant fresh_install the previous error that i had sent previously is again appearing. ** *Error shown at dspace login terminals while running

Re: [Dspace-tech] Error in importing Solr stats

2010-09-21 Thread George Stanley Kozak
Behalf Of Peter Dietz Sent: Monday, September 20, 2010 10:55 PM To: George Stanley Kozak Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Error in importing Solr stats Hi George, I'm thinking that this was SOLR having an issue. For some background, check out this thread:

Re: [Dspace-tech] Error in importing Solr stats

2010-09-20 Thread Peter Dietz
Hi George, I'm thinking that this was SOLR having an issue. For some background, check out this thread: http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg11062.html The two imbalances currently going on are writing to solr: - too frequently: usage events, which end user traffi

[Dspace-tech] Error in importing Solr stats

2010-09-20 Thread George Stanley Kozak
Hi... I just migrated my production system to DSpace 1.6.2 from DSpace 1.5.2. Everything went well, until I did the stats-log-importer for the solr statistics. It ran for a long time and then I received this error: About to commit data to solr...Exception: Error opening new searcher. exceeded

[Dspace-tech] Error registering new E-person

2010-09-08 Thread John Hufnagle
Hi, I created a new E-person, did not set the 'Can log in' flag and then restarted my jetty server running space. I then went to the login page and clicked 'Register...' for a new user. I entered the new E-person's email address and got the internal error page. I also got the following stack dump

Re: [Dspace-tech] Error deleting collection

2010-08-03 Thread Claudia Jürgen
Hello Bill, while updating to 1.6 did you get some errors like that: psql:database_schema_15-16.sql:105: ERROR: constraint "community2collection_collection_id_fkey" of relation "community2collection" does not exist ALTER TABLE psql:database_schema_15-16.sql:108: ERROR: constraint "community2co

[Dspace-tech] Error deleting collection

2010-08-03 Thread Bill Jordan
When I try to delete a collection in the 1.6.2 XMLUI interface, I get a referential integrity violation. Here's the stack trace: Caused by: org.postgresql.util.PSQLException: ERROR: referential integrity violation - key in collection still referenced from community2collection at o

Re: [Dspace-tech] Error - xmlui not found

2010-07-20 Thread Tim Donohue
Shashidhar, Unfortunately, that 404 error message doesn't give us enough information to help diagnose the problem. In order to figure out what the real underlying error is, you'll have to look at the DSpace Log files. Please see the "How to Troubleshoot an Error" page for information about fi

[Dspace-tech] Error - xmlui not found Status 404

2010-07-19 Thread shashidhar chaturvedi
Dear All, I am configuring DSpace1.6 on fedora machine. I got jspui page but when i call xmlui page it give this error. HTTP Status 404 - /xmlui/ -- *type* Status report *message* */xmlui/* *description* *The requested resource (/xmlui/) is not available.* --

[Dspace-tech] Error - xmlui not found

2010-07-19 Thread shashidhar chaturvedi
Dear All, I am configuring DSpace1.6 on fedora machine. I got jspui page but when i call xmlui page it give this error. HTTP Status 404 - /xmlui/ -- *type* Status report *message* */xmlui/* *description* *The requested resource (/xmlui/) is not available.* --

Re: [Dspace-tech] Error

2010-07-15 Thread Claudia Jürgen
Hello, [DSpaceURL]/bitstream is an invalid URL. You can ignore the error. From 1.6.x on this is treated more kindly as an invalid identifier and not as an error. Hope that helps Claudia Jürgen Am 14.07.2010 20:39, schrieb liss RR: > > Hi all... > > I received this mail yesterday but I d

Re: [Dspace-tech] Error

2010-07-14 Thread Allen Lam
A user typed in an incorrect URL and brought about this error. You can do nothing as long as users can access dspace services normally. If you hate getting this kind of exception reports causing by incorrect URLs, you may wish to find a programmer to fix your source code. Best, Allen Lam. HKU

Re: [Dspace-tech] Error

2010-07-14 Thread liss RR
Hi all... I received this mail yesterday but I don't understand what I most do please help me!!! Asunto: DSpace: Error Interno de Servidor Ha ocurrido un error interno http://srvcoldiguv.xalapa.intra.uv.mx:8080/dspace: Fecha: 7/14/10 12:05 PM Sesión ID: 0E60CA9C6BA95D0F

Re: [Dspace-tech] Error deleting item through Manakin

2010-07-02 Thread Ricardo Borillo
Hi Claudia, I didn't forget to run the script, but i forget to run the ALTER DROP/ADD CONSTRAINT that were generated in text selecting the values from DUAL table. Thanks for your help. --- Salut, Ricardo Borillo Domenech http://xml-utils.com / http://twitter.

Re: [Dspace-tech] Error deleting item through Manakin

2010-07-02 Thread Claudia Jürgen
Hello Ricardo, > Any tips on this error? The upgrade from 1.5.1 process ends without errors ... No errors at all, especially when running: database_schema_15-16.sql script? Or did you forget to run it? There are some constraint issues with the script if your db started on an old postgres vers

[Dspace-tech] Error deleting item through Manakin

2010-07-02 Thread Ricardo Borillo
Hi all, I have a DSpace 1.6.1 instace upgraded form a 1.5.1 isntallation. Oracle is defined as backend database. When i try to delete an object through Manakin, i get the following exception: An error has occurred java.sql.SQLException: ORA-02448: constraint does not exist Cocoon stacktrace S

Re: [Dspace-tech] Error in Creating Accounts

2010-06-24 Thread Hardik Mishra
Hello Mr. Javed, It seems that your exchange server does not allow to send e-mail without authentication. You can try following step 1. Reconfigure the Exchange server to allow sending without authentication. 2. Authenticate to the Exchange server using credentials specific to the web applicati

Re: [Dspace-tech] Error in Creating Accounts

2010-06-22 Thread Hardik Mishra
Hello Mr. Javed, Can you please explain a bit more regarding error ? Please check logs at /dspace/log/dspace.log for the cause of error Thanks & Regards Hardik Mishra Software Engineer Give a man a fish, and you feed him for a day. Teach a man to catch fish and you feed him for a lifetime.

[Dspace-tech] Error when generating sitemap

2010-06-04 Thread Sergiu Ioan Irimia
Support: windows 2003 server, dspace 1.6 (fresh, not upgraded), postgres sql 8.4, java: jre1.5.0_14, tomcat 5.5.28. Problem: error when i want to generate a sitemap: D:\DSpace\bin>dsrun D:/DSpace/bin/generate-sitemaps Using DSpace installation in: D:\DSpace Exception in thread "main" java.lang.N

[Dspace-tech] Error message when running Dspace-Handle.bat

2010-05-19 Thread Bongiwe Shongwe
Hi I am trying to setup the Handle Server as a Windows Service on my Windows 2003 Dspace server. The problem occurs when I test the wrapper installation. I get the following error: Wrapper: Launching a JVM... jvm1 : java.lang.NoClassDefFoundError: org/tanukisoftware/wrapper Please h

[Dspace-tech] Error on DSIndexer run

2010-05-06 Thread Stackpole, Mark
I am plagued by Java errors. There is another one after I run DSIndexer C:\dspace\bin>dsrun org.dspace.search.DSIndexer Using DSpace installation in: C:\dspace Exception in thread "main" java.lang.NoSuchMethodError: org.apache.lucene.document.Document.add(Lorg/apache/lucene/document/Fiel d;)V

[Dspace-tech] Error when trying to view submissions

2010-03-08 Thread Jizba, Richard
Hello, We are setting up a dspace server (for testing) and have run into a problem. We are using 1.5.2 and postgres. We can create a collection. We can submit an item to a collection, but whenever we try to look at submissions in order to approve them we get the "An error has occured java.lang

Re: [Dspace-tech] Error when updating scheme from 1.5.2. to 1.6

2010-03-05 Thread Poulter, Dale
@lists.sourceforge.net Subject: Re: [Dspace-tech] Error when updating scheme from 1.5.2. to 1.6 Hi Dale, I've run into that when upgrading instances during testathon. 1.5.2 -> 1.6rc1 | 1.6rc2 I've had to comment out those lines, and I haven't noticed any issues. Especially since its dro

Re: [Dspace-tech] Error when updating scheme from 1.5.2. to 1.6

2010-03-05 Thread Peter Dietz
Hi Dale, I've run into that when upgrading instances during testathon. 1.5.2 -> 1.6rc1 | 1.6rc2 I've had to comment out those lines, and I haven't noticed any issues. Especially since its dropping a constraint which doesn't exist. Also, since I find it easier to just run a correct query as oppos

[Dspace-tech] Error when updating scheme from 1.5.2. to 1.6

2010-03-05 Thread Poulter, Dale
Good morning, We are attempting to upgrade our development instance to 1.6 and received the errors below when updating the schema. Any suggestions as to the cause/correction? Thanks. psql:./database_schema_15-16.sql:105: ERROR: constraint "community2collection_collection_id_fkey" of relati

Re: [Dspace-tech] Error in XMLUI when accessing some pages

2010-02-01 Thread Panyarak Ngamsritragul
Hi, I have a DSpace instance running 1.5.2 in an Ubuntu 9.04. The default Tomcat is 6.x and comes with openjdk. Tomcat6's config file resides in /etc/default/tomcat6 and the line you mentioned reads: JAVA_HOME=/usr/lib/jvm/java-6-openjdk I have tested the submit page and found no problem bo

Re: [Dspace-tech] Error in XMLUI when accessing some pages

2010-02-01 Thread Tonny Hjelmberg Laursen
If it's working for you, then it might have somthing to do with the "older" version of Ubuntu you are running. The other users who had this problem (http://jira.dspace.org/jira/browse/DS-444) are using Ubuntu 9.10 with SUN Java. It's error only exists in XMLUI, JSPUI is fine. Den 01-02-2010

Re: [Dspace-tech] Error in XMLUI when accessing some pages

2010-02-01 Thread Tonny Hjelmberg Laursen
I have now found the problem for my RedHat Fedora 12 installation. Inside the file "/etc/tomcat5/tomcat5.conf" is a line that overrides JAVA_HOME. Uncomment it or change the path to the corrrect one - SUN Java. The Tomcat 5 im using, is the default one that comes with Fedora 12. I have updated

[Dspace-tech] Error in XMLUI when accessing some pages

2010-02-01 Thread Tonny Hjelmberg Laursen
Hey, could you try to take a look at this ticket about the xmlui. You can browse the site and login, but if you try to register, click submit then you get the errors in the ticket. http://jira.dspace.org/jira/browse/DS-444 It might have something to do with the latest version im using (Fedora

[Dspace-tech] ERROR filtering

2009-12-16 Thread Jizba, Richard
Hello, I am getting the following error when I run filter-media: ERROR filtering, skipping bitstream: http://dspace.creighton.edu/xmlui/handle/10504/3893 File Size: 1538434 Checksum: 767a81ba2ab5a87962123f5ee651810e (MD5) java.lang.NullPointerException I think this is happe

Re: [Dspace-tech] Error in Handle Server Simple Set up

2009-11-27 Thread Evans, Kevin
Thanks Stuart, That worked. Cheers Kevin -Original Message- From: Stuart Lewis [mailto:s.le...@auckland.ac.nz] Sent: 25 November 2009 19:34 To: Evans, Kevin Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Error in Handle Server Simple Set up Hi Kevin, Try

Re: [Dspace-tech] Error in Handle Server Simple Set up

2009-11-25 Thread Stuart Lewis
Hi Kevin, Try uninstalling GNU Java, and install Sun's Java instead. Hopefully that will fix your problem. Thanks, Stuart Lewis IT Innovations Analyst and Developer Te Tumu Herenga The University of Auckland Library Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand Ph: 64 9 3

[Dspace-tech] Error in Handle Server Simple Set up

2009-11-25 Thread Evans, Kevin
Hi, I'm setting up a handle server for a new dspace repository: On generating the Private Key I receive the follow error: Exception in thread "main" java.lang.NoClassDefFoundError: net.handle.security.provider.SunJceHdlSecurityProvider at java.lang.Class.initializeClass(libgcj.so.7rh) a

[Dspace-tech] Error creative commons in dspace 1.5.2

2009-11-11 Thread Carlos Palop
Hi! When I assign the licence I click on proceed and nothing happens, I'm running the dspace 1.5.2 on Ubuntu server 8.4 Many Thanks -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Si

[Dspace-tech] Error interface jspui when change language

2009-11-09 Thread Victoria Rasero
In our dspace 1.5.1 we have configured two languages in locale: 'en' and 'es'. When we change in the interface language, sometimes the parameter "locale= #" doesn't work, because the url don't build correctly, and it shows an internal error. Example: http://e-archivo.uc3m.es/browse?type=author an

Re: [Dspace-tech] Error : ant fresh_install

2009-11-01 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
r-Thornton From: SANDEEP BHAVSAR [mailto:sandeep.bhav...@gmail.com] Sent: Sunday, November 01, 2009 1:51 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Error : ant fresh_install Respected All AS per your suggestions I have changed the database p

[Dspace-tech] Error : ant fresh_install

2009-10-31 Thread SANDEEP BHAVSAR
Respected All AS per your suggestions I have changed the database password in dspace.cfg and that works for me. Now if you notice the error is not showing this line. [java] org.postgresql.util. PSQLException: FATAL: password authentication failed for user "dspace" dsp...@sbhavsar-server:~/ d

Re: [Dspace-tech] Error : ant fresh_install

2009-10-28 Thread Mark H. Wood
On Wed, Oct 28, 2009 at 03:02:55PM +0530, SANDEEP BHAVSAR wrote: > dsp...@sbhavsar-server:~/ > dspace-1.5.2-src-release/dspace/target/dspace-1.5.2-build.dir$ ant > fresh_install > Buildfile: build.xml > > init_installation: > > init_configs: > > setup_database: > [java] 2009-10-27 15:51:16,

Re: [Dspace-tech] Error : ant fresh_install

2009-10-28 Thread SANDEEP BHAVSAR
On Wed, Oct 28, 2009 at 4:01 PM, SANDEEP BHAVSAR wrote: > I think i use the same password ( same as the dspace user's UNIX password). > But what is the solution now . Please Help > > > 2009/10/28 Claudia Jürgen > >> Hello Sandeep, >> >> this depends on what you have done during Step 3 of the

Re: [Dspace-tech] Error : ant fresh_install

2009-10-28 Thread Claudia Jürgen
Hello Sandeep, this depends on what you have done during Step 3 of the installation, see section 3.2.3 of the manual: 3. Database Setup Postgres: a. A PostgreSQL 8.1-404 jdbc3 driver is configure as part of the default DSpace build. You no longer nee

Re: [Dspace-tech] Error : ant fresh_install

2009-10-28 Thread SANDEEP BHAVSAR
Respected Claudia Juergen Please have a look at my Database Settings # Database settings # # Database name ("oracle", or "postgres") db.name = postgres #db.name = postgres #db.name = oracle # URL for connecting to database db.url = jdbc:postgresql://localhost:5432/dspace #db.url = jdbc:

Re: [Dspace-tech] Error : ant fresh_install

2009-10-28 Thread Claudia Jürgen
Hello Sandeep, check your dspace configuration and make sure you got the database settings (database name, database user, database user password) right, they are in the following section of dspace.cfg: # Database settings # # Database name ("oracle", or "postgres") db.name = ${defaul

[Dspace-tech] Error : ant fresh_install

2009-10-28 Thread SANDEEP BHAVSAR
Respected All Please help me in solving this error !! dsp...@sbhavsar-server:~/ dspace-1.5.2-src-release/dspace/target/dspace-1.5.2-build.dir$ ant fresh_install Buildfile: build.xml init_installation: init_configs: setup_database: [java] 2009-10-27 15:51:16,778 INFO org.dspace.core.Confi

[Dspace-tech] Error : Document not Found

2009-10-01 Thread Hardik Mishra
I am getting followig error , Error : Document Not Found The document you are trying to access has not been found on the server. -- Best Regards Hardik Mishra Software Engineer Give a man a fish, and you feed him for a day. Teach a man to catch fish and you feed him for a lifetime. ---

Re: [Dspace-tech] Error with email registration - Solution

2009-09-20 Thread Dale Patterson
I have finally determined the problem. When I initiate the registration process, DSpace is not recognizing the email address as an email address. To describe the situation: If I go to our Test DSpace site and request to register and then type random letters in the email dialog, I get the same err

Re: [Dspace-tech] Error with email registration

2009-09-18 Thread Dale Patterson
Thanks for the advice. First, I tried using the 'mail' command and everything worked just fine. I then took a close look at the following logs: dspace.log, catalina.out, messages, and even maillog on by our Test machine, which works just fine, and our would-be production site, which does not. I

Re: [Dspace-tech] Error with email registration

2009-09-12 Thread Vishal Kakapuri
Have you tried to send a mail using the systems "mail" command to the id, you are trying to send mail through your application. does that work without any issues. "unable to send email to this address" (when using Manakin) or internal error (when using jspui). --> means something is wrong with som

[Dspace-tech] Error with email registration

2009-09-10 Thread Dale Patterson
Good afternoon - I am having an odd problem with our DSpace installation on what will be our production machine. The entire installation went like a dream on our test bed machine and now I've hit this snag. The problem is that when someone attempts to register we get an "unable to send email to t

[Dspace-tech] Error In Fresh Installation...

2009-08-31 Thread Hardik Mishra
HI Gopa Sir, Can u tell me what steps have u performed before. 1. Have u created database named dspace with Login role dspace(as super user) ?. 2. add lib directory of dspace-1.5.2-src-release\dspace\lib to classpath. Hope this helps -- Best Regards Hardik Mishra Software Engineer http:

Re: [Dspace-tech] error while ant fresh_install

2009-08-31 Thread Van Ly
On 31/08/2009, at 3:15 PM, Gopa Kumar wrote: > [java] 2009-08-31 10:39:36,802 FATAL > org.dspace.storage.rdbms.InitializeDatabase @ Caught exception: > [java] org.postgresql.util.PSQLException: The connection attempt > failed. The fatal error message occurs in the above. A place to look is

Re: [Dspace-tech] error while ant fresh_install

2009-08-30 Thread Lewatle Phaladi
Hi Dr Gopa Try ant update Regards Lewatle From: Gopa Kumar [mailto:gopa1...@yahoo.com] Sent: Sunday, August 30, 2009 10:16 PM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] error while ant fresh_install Hi, While installing dspace i am getting the following error

[Dspace-tech] error while ant fresh_install

2009-08-30 Thread Gopa Kumar
Hi, While installing dspace i am getting the following error. Can somebody help me ? Buildfile: build.xml init_installation: init_configs: setup_database: [java] 2009-08-31 10:39:36,676 INFO org.dspace.core.ConfigurationManager @ Loading system provided config property (-Ddspace.configuration): c

[Dspace-tech] Error In Handle After Batch Import

2009-08-28 Thread Hardik Mishra
Hi Hossain Try to run *update-handle-prefix* from dspace/bin directory. If you do have windows then from command from type dspace\bin\dsrun org.dspace.handle.UpdateHandlePrefix Hope this will help.. -- *Best Regards Hardik Mishra Software Engineer http://bit.ly/uJ60P - Join Us on Facebook

Re: [Dspace-tech] Error starting tomcat: Error occurred during initialization of VM

2009-08-17 Thread Sean Carte
2009/8/16 Steve Thomas : > Hi. We're suddenly seeing this error when we restart tomcat: > > Error occurred during initialization of VM > Could not reserve enough space for object heap > > I'm mystified, because we have made no server changes recently. Apache is > running, postgresql is running, but

[Dspace-tech] Error starting tomcat: Error occurred during initialization of VM

2009-08-16 Thread Steve Thomas
Hi. We're suddenly seeing this error when we restart tomcat: Error occurred during initialization of VM Could not reserve enough space for object heap I'm mystified, because we have made no server changes recently. Apache is running, postgresql is running, but tomcat is borked. Can anyone su

[Dspace-tech] error in 1.5.2

2009-08-12 Thread Paulo Jobim
Hi all I have 3 instances of Dspace 1.5.2 using xmlui and I am getting this error in all 3. What's wrong? 2009-08-12 22:47:32,640 ERROR cocoon.handled @ Sitemap: error when calling sub-sitemap at - jndi:/localhost/xmlui//sitemap.xmap:362:90 at - jndi:/localhost/xmlui//sitemap

[Dspace-tech] Error In Going Live In Dspace

2009-08-01 Thread Hardik Mishra
Hi Everyone, I want to make my dspace installation live. So, what are changes required in dspace.cfg please let me help. -- Best Regards Hardik Mishra Software Engineer Webinito Networks Give a man a fish, and you feed him for a day. Teach a man to catch fish and you feed him for a lifetime. --

[Dspace-tech] Error On Postgre SQL Installation In Fedora 11

2009-07-29 Thread Hardik Mishra
hi Everyone, I m trying to install dspace 1.5.2 on fedora linux 11 when install pgsql in the end of installation it says, Error on post installation ste.p database initialization cluster failed Earlier i got this message when i tried to install it on Windows 2003 Server. -- Best Regards Hardi

[Dspace-tech] error ldap

2009-07-14 Thread Marcela Rodríguez O .
Hello, I am trying to configure ldap, update version 1.4.2 of DSpace 1.5.1 wing, I have data "LDAP Authentication Configuration Settings" good : ldap.enable = true # This is the url to the institution's ldap server. The /o=myu.edu # may or may not be required depending on the LDAP serve

Re: [Dspace-tech] ERROR RUNNING "ant fresh_install"

2009-07-06 Thread Claudia Jürgen
Hello, did you ran mvn package? E.g.: C:\dspace-1.5.2-release\dspace> mvn package After running this you got a directory C:\dspace-1.5.2-release\dspace\target\dspace-[version].dir You got to execute ant [target] from this directory. Hope that helps Claudia Jürgen olufunmilayo favour schrieb:

[Dspace-tech] ERROR RUNNING "ant fresh_install"

2009-07-06 Thread olufunmilayo favour
Thanks a lot. It built eventually but I am having problem with the "ant fresh_install" command. It's returning the following error:   Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\user>cd C:\dspace-1.5.2-release\dspace C:\dspace-1.5.2-rel

[Dspace-tech] ERROR: value too long for type character varying(200).

2009-06-29 Thread Filbert Minj
Hi All, I am trying to upload a document, whose title seems very long. It gives the following error while importing: org.postgresql.util.PSQLException: ERROR: value too long for type character varying(200) at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorI

Re: [Dspace-tech] Error of installation

2009-06-25 Thread Fei Teng
ed the dspace.cfg in my laptop as the file in my desktop, and it works!!! Thank you again for this, and I hope this info could be useful to other beginners. Best regards, Fei From: reverend...@gmail.com Date: Thu, 25 Jun 2009 15:53:52 +0300 Subject: Re: [Dspace-tech] Error of ins

Re: [Dspace-tech] Error of installation

2009-06-25 Thread Κώστας Παρασκευόπουλος
Fei, You did a fresh install I guess. If so, did you have any errors during "ant fresh_install"? The error says that there is a problem with the database communication with the application you ran. Check that the database for DSpace exists (I think there is a pgadmin3 tool for windows, or use "psq

[Dspace-tech] Error of installation

2009-06-25 Thread Fei Teng
Hi, I've installed DSpace in my desktop successfully. But when I wanted to install it in my laptop, in the last step I got this message: C:\DSpace\bin>dsrun org.dspace.administer.CreateAdministrator Using DSpace installation in: C:\DSpace Exception in thread "main" java.sql.SQLExcept

[Dspace-tech] Error while creating thumbnails.

2009-06-22 Thread Yureshwar Dspace
Hi all, Can anyone help why thumbnails are creating. Until day before yesterday i am able to create the thumbnails by enabling *webui.preview.enabled = true* but now i have updated with some video player in my dspace and i have updated it from then onwards i am unable to create the thumbnail. Can

Re: [Dspace-tech] Error while i am trying to add jw wmv player

2009-06-22 Thread Yureshwar Dspace
Hi stuart, Thank you very much for the information. I have rectified it. It is not showing any errors when compiling. But it is not playing the mpeg,wmv videos. The function is calling and the message is also appearing as *Videos will be played here *as i have declared in the function. Can you ple

Re: [Dspace-tech] Error while i am trying to add jw wmv player

2009-06-21 Thread Stuart Lewis
Hi Yureshwar, It looks like the error might be due to some unescaped embedded quotation marks (for example, some are shown in red below). var elm = document.getElementById("player1");\n Thanks, Stuart Lewis Digital Services Programmer Te Tumu Herenga The University of Auckland

[Dspace-tech] Error while i am trying to add jw wmv player

2009-06-18 Thread Yureshwar Dspace
Hi Staurt Lewis, I am currently developing the dspace for my college. Can you please help me how to add wmv player like flv player you have added. I am trying to integrate the java script from the site in the code which you given for flv player. When i am compiling it is showing error. here is the

Re: [Dspace-tech] Error importing database dump

2009-06-14 Thread Van Ly
: mikan.d.dspace listmail [mailto:mikan.dsp...@gmail.com] Sent: Thu 6/11/2009 9:37 PM To: Dspace Tech Subject: [Dspace-tech] Error importing database dump Im moving one of our DSpace insntances to a new server. Our old server has Postgres 8.3 installed, the new one has 8.1.11. When running db import created

Re: [Dspace-tech] Error importing database dump

2009-06-11 Thread Kim Shepherd
il [mailto:mikan.dsp...@gmail.com] > Sent: Thursday, 11 June 2009 11:38 p.m. > To: Dspace Tech > Subject: [Dspace-tech] Error importing database dump > > Im moving one of our DSpace insntances to a new server. Our old server > has Postgres 8.3 installed, the new one has 8.1.11. &

[Dspace-tech] Error importing database dump

2009-06-11 Thread mikan.d.dspace listmail
Im moving one of our DSpace insntances to a new server. Our old server has Postgres 8.3 installed, the new one has 8.1.11. When running db import created with pg_dump I get the following errors. I also tried restoring with pg_restore, but that didnt help. Could someone tell me whats the problem her

Re: [Dspace-tech] Error: This playlist is not a valid xml file

2009-06-01 Thread Stuart Lewis
Dspace-tech] Error: This playlist is not a valid xml file Hi All, Its me again!! I have implant flv video player in DSpace. It showing error like "This playlist is not a valid xml file" Video format is MPEG. Thanks, prathap Bring your gang t

[Dspace-tech] Error For Sorting

2009-05-29 Thread Davidson, Keli
I am searching specific subject articles and they are listed from oldest date to the most recent date. I want to be able organize the dates from ascending to descending within the specific subject that the user specifies. I have already tried Claudia's recommendation (Thank you by the way!)

[Dspace-tech] Error: This playlist is not a valid xml file

2009-05-29 Thread prathap nk
Hi All, Its me again!! I have implant flv video player in DSpace. It showing error like "This playlist is not a valid xml file" Video format is MPEG. Thanks, prathap From Chandigarh to Chennai - find friends all over India. Go to http://in.promos.yahoo.com/groups/citygroups/--

[Dspace-tech] error in installing 1.5.2

2009-05-28 Thread Surinder Kumar Gaba
While installing 1.5.2, it is giving the following error: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "checksum_results_pkey" for table "checksum_results" NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "most_recent_checksum_pkey" for table "most_recent_checksum"

Re: [Dspace-tech] Error in HandleServlet.java in DSpace 1.5.1

2009-05-15 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
I solved the problem, thankfully. I think the "### Crosswalk and Packager Plugin Settings " In dspace.cfg had become corrupted. Anyway, when I copied this section from the source code again, the problem disappeared. Strange :) Sue From: Thornton, Susan

[Dspace-tech] Error in HandleServlet.java in DSpace 1.5.1

2009-05-15 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
I am getting an error in DSpace 1.5.1 when I try to display an Item. The error I'm getting is: java.lang.NullPointerException and it's happening in HandleServlet.java on the following line: List l = xHTMLHeadCrosswalk.disseminateList(item); I also noticed a couple of new errors in my dspace.

Re: [Dspace-tech] Error with ant init_configs

2009-05-13 Thread Gary Browne
M > To: dspace-tech@lists.sourceforge.net > Subject: [Dspace-tech] Error with ant init_configs > > > Hello, > > When I execute the instruction ant init_configs, shows the > following error: > > [ r...@tesis dspace-1.5.1-build.dir] # ant init_configs > Buildfile: build.x

[Dspace-tech] Error with ant init_configs

2009-05-13 Thread Serbe Leon Rojas
Hello, When I execute the instruction ant init_configs, shows the following error: [ r...@tesis dspace-1.5.1-build.dir] # ant init_configs Buildfile: build.xml BUILD FAILED/home/dspace/src/dspace-1.5.1-src-release/dspace/target/dspace-1.5.1-build.dir/build.xml:88: Not supported to regulate

Re: [Dspace-tech] Error during submiting (1.5.2)

2009-05-08 Thread Andrea Bollini
Serhij Dubyk*Сергій Дубик ha scritto: > 2009-05-06 14:15:46,107 DEBUG org.dspace.storage.rdbms.DatabaseManager @ > Running query "INSERT INTO metadatavalue ( > metadata_field_id,text_lang,text_value,item_id,metadata_value_id,place) > VALUES ( ?,?,?,?,?,?)" > 2009-05-06 14:15:46,127 DEBUG org.dspace

[Dspace-tech] Error during submiting (1.5.2)

2009-05-07 Thread Serhij Dubyk*Сергі й Дубик
Hi all We migrate from DSpace 1.5.0 to 1.5.2. Most function tested and work good. But when submitting item to collection from step 2 to 3 we have "Internal system error" DSpace log for this action: ---

<    1   2   3   4   5   6   7   >