[Dspace-tech] Dspace and https

2010-02-09 Thread Fabien COMBERNOUS
Hi, I installed a Dspace from trunk checkout. All is well running. Now i want to setup an https access to my dspace repository. I'm running Debian Lenny and installed all required by dspace with deb packages. They provided tomcat6. I'm absolutly beginner about tomcat. I read severals

Re: [Dspace-tech] Database and Server Migration

2010-02-09 Thread Brouns, Francis
Hi, we are doing the same, although we run SLES. Migrating the data to Oracle is a pain, as I do not have a ICT developer who could assist and we are manually importing the data. We dumped every table from Postgresql using the insert into values syntax. Be sure to do that, because columns

Re: [Dspace-tech] Dspace and https

2010-02-09 Thread Fabien COMBERNOUS
Fabien COMBERNOUS wrote: Hi, I installed a Dspace from trunk checkout. All is well running. Now i want to setup an https access to my dspace repository. With tomcat6 it looks necessary to use SSLEnabled=true in the connector about port 8443. Now i have the following error about ssl config :

Re: [Dspace-tech] Dspace and https

2010-02-09 Thread Tom De Mulder
On Tue, 9 Feb 2010, Fabien COMBERNOUS wrote: I installed a Dspace from trunk checkout. All is well running. Now i want to setup an https access to my dspace repository. With tomcat6 it looks necessary to use SSLEnabled=true in the connector about port 8443. Now i have the following error

[Dspace-tech] DSpace 1.6.0RC2 Release, Testathon, and upcoming schedule

2010-02-09 Thread Tim Donohue
All, We have a few big announcements regarding 1.6.0 this week! *1.6.0 RC2 Release* Later this week, we will be making DSpace 1.6.0 Release Candidate 2 (RC2) publicly available. An official announcement will be sent out once it is available for download (likely Weds evening / Thurs morning).

Re: [Dspace-tech] Dspace and https [solved]

2010-02-09 Thread Fabien COMBERNOUS
Fabien COMBERNOUS wrote: Tom De Mulder wrote: On Tue, 9 Feb 2010, Fabien COMBERNOUS wrote: I installed a Dspace from trunk checkout. All is well running. Now i want to setup an https access to my dspace repository. With tomcat6 it looks necessary to use SSLEnabled=true in

[Dspace-tech] Shifting of dspace from one server to server

2010-02-09 Thread MOHIT SHARMA
hi , I have fully developed Dspace working on one computer ( treated as server for local network ), now i want to move that setup of dspace from one server to another . My dspace version is 1.3.2 and i dnt want to update the dspace unless its is required . I have tried to google but couldnt get

[Dspace-tech] Ant Build Issue

2010-02-09 Thread King, Lance
How would I go about resolving this issue. I went here http://wiki.dspace.org/index.php/Installing_DSpace_on_Red_Hat_Enterprise_Linux_5 And got to here ... cd /home/dspace/src/LATEST/dspace mvn clean package /var/tmp/mvn_clean_package_log 21 # to view progress, at another terminal window,

Re: [Dspace-tech] Ant Build Issue

2010-02-09 Thread Andrew Woods
Hello Lance, It looks like you may have inadvertently swapped a '-' for a '_'. Can you try running: ant fresh_install as opposed to: ant fresh-install Andrew On Tue, Feb 9, 2010 at 4:43 PM, King, Lance lance.k...@ttu.edu wrote: How would I go about resolving this issue. I went here

Re: [Dspace-tech] Ant Build Issue

2010-02-09 Thread King, Lance
That was a typo in my original email. I did ant fresh_install and got the following error this time ... [dsp...@lib-esr2 dspace-1.5.2-build.dir]$ ant fresh_install Buildfile: build.xml init_installation: init_configs: setup_database: [java] 2010-02-09 16:50:54,923 INFO

Re: [Dspace-tech] Ant Build Issue

2010-02-09 Thread King, Lance
Well, I had to go in and correct pg_hba.conf to md5 instead of ident. I now just get a new error. I get to this point and now throws the following error ... Any ideas or is this just a JAVA Environment Variable I am missing? BUILD FAILED

Re: [Dspace-tech] Upgrading from DSpace 1.4.2 to DSpace 1.5.2

2010-02-09 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
Hi, Do you have your log level set to DEBUG? If so, try putting it back to INFO. It looks like it's failing in the turnOffAuthorisationSystem method when it's trying to write to the log. Hopefully by putting your log level to INFO will prevent that code from being executed and will let

Re: [Dspace-tech] Shifting of dspace from one server to server

2010-02-09 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
Hi Mohit, We've done quite a bit of this in the past few months and have found that the easiest way to move/copy a dspace instance from one machine to the other is: 1. Copy/ftp both your /dspace and /dspace-source directories to the new server. 2. Verify that all your software is