Re: [Dspace-tech] Dspace 1.5 install error

2008-07-11 Thread Sahil Dave
On Tue, Jul 8, 2008 at 7:22 PM, Sands Fish [EMAIL PROTECTED] wrote:

 Sahil,
 Which version of Maven are you using (mvn -v)?  Current is 2.0.9.

 Also, you could try passing the -U command to update all dependencies
 during the build.


i read an earlier post where someone said we can edit the settings.xml to
our proxy settings.
i have changed the values for host and port tags.
but still the problem persists.

there was another method of copying settings.xml in .m2/ in the $HOME and
using the following cmd:

mvn -s $HOME/.m2/settings.xml -f [dspace-src]/pom.xml package

even this didn't work.

-- 
Sahil
-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Restricting Community/Collection access (1.4)

2008-07-11 Thread Jayan Chirayath Kurian
Hi! Claudia,

Thanks and it's working exactly as given in 1.4.1 and 1.4.2. I tried changing 
from Anonymous group to Administrator group as well as from Administrator group 
to Anonymous group. Just wondering whether clearing the old polices will have 
any effect on already defined workflow (2 stage submission approval process) 
for the collection. Please suggest.

Thanks,
Jayan

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Claudia Jürgen
Sent: Thursday, July 10, 2008 7:01 PM
To: Richard M. Davis
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Restricting Community/Collection access (1.4)

Hi Richard,

there is and advanced authorization tool in the dspace admin section.
Go to [YourURL]/dspace-admin  - Authorization - Advanced Policy Manager.
There you can select the collection, select item as content and then a) 
clear the old policies and b) set new policies.

cheers

Claudia


Richard M. Davis schrieb:
 Hi
 
 Looking for a quick pointer on how to reset existing public read access 
 to a collection and/or community, and all items already in it. The 
 collections and items were created as open by default: new requirement 
 is that they be restricted to registered users. Can we do this through 
 the web UI, or do I need a hack? (Seems I can make it work item-by-item 
 in the web UI, but not simply by amending collection or community 
 policies?)
 
 All quick fixes, or pointers to online howtos, gratefully received 
 (happy even just to restrict access to admin for the time being).
 
 Thanks
 
 Richard
 
 
 
 
 
 
 
 -
 Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
 Studies have shown that voting for your favorite open source project,
 along with a healthy diet, reduces your potential for chronic lameness
 and boredom. Vote Now at http://www.sourceforge.net/community/cca08
 
 
 
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Failed ItemImport (Robert Roggenbuck)

2008-07-11 Thread Robert Roggenbuck
Hi Graeme,

the workflow problem is solved: I had two fields in my metadata which 
were not part of the input-forms.xml - after adding them it works as 
expected.

About the language-bug in ItemImport I still not know what is going on. 
I will install Eclipse (as described in 
http://wiki.dspace.org/index.php/IDE_Integration:_DSpace%2C_Eclipse_and_Tomcat) 
and try to debug it.

Hints and solutions still welcome ;-)

Greetings

Robert

-

Fox, Graeme schrieb:
 Been away for a couple of days, apologies for not replying sooner.
 
 Language will have a default, I have not explicitly checked the setting of 
 this field as I explicitly set it to the default, hence I don't know which 
 value is working. What I had was
 dcvalue element=language qualifer=isoen_US/dcvalue
 
 Workflow, I don't know about, I seem to remember something in the 
 documentation regarding that if you used that option, then you had to 
 manually progress the importation of the item to deposit it in the 
 repository.  I will try and look at this later.
 
 regards
 
 Graeme Fox
 
 -Original Message-
 From: Robert Roggenbuck [mailto:[EMAIL PROTECTED]
 Sent: Monday, 7 July 2008 10:31 p.m.
 To: Fox, Graeme
 Cc: dspace-tech@lists.sourceforge.net Tech
 Subject: Re: [Dspace-tech] Failed ItemImport (Robert Roggenbuck)
 
 Thanks Graeme for the guesses. You were right: there were no permission
 problems. The mistake was in a complete other direction: there were
 typos in three field names :-( .
 
 And now I could import my stuff (hurray!) but two things let me hesitate:
 
 1.) In the documentation of the format of the dublin_core.xml file the
 attribute 'language' in mentioned. But as far as I see it's setting is
 not recognised. Especially I'd like to avoid the automatically setting
 of language values to things like numbers, dates, person names and so
 on. But using '-', 'none' or '' as value does not work. Also setting
 other values then the locale language ('de' in my case) has no effect.
 
 2.) When I use the --workflow option for the import, only 'dc.title' and
 'dc.identifier' are imported. Without --workflow the whole dataset is
 visible. What's going on?
 
 Can someone explain this behaviour and know how to handle it?
 
 Best regards
 
 Robert
 


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Workflow-option of ItemImport is buggy

2008-07-11 Thread Robert Roggenbuck
Thanks!

I adjusted the webui.itemdisplay.default in dspace.cfg and corrected 
Message.properties accordingly. Now it works.

And sorry for driving off-topic...

Greetings

Robert

---

Claudia Jürgen schrieb:
 Hi Robert,
 
 with first summary view do you mean the preview in the workflow?
 
 This got nothing to to with the submission form but is based on the 
 default item display. To change this adjust 
 webui.itemdisplay.default/orYourOwn. Make sure you got the appropriate 
 keys in your Messages.properties/messages.xml.
 
 Claudia
 
 Robert Roggenbuck schrieb:
 Hi Claudia!

 Yes, two fields in the metadata were missing in the form - and now it 
 works. Thanks!

 But still it is strange to see only dc.title and dc.identifier in the 
 first summary view of an item after picking it up form the workflow 
 pool. At least I would expect dc.creator at this place. (I did not use 
 dc.creator.author, because there is none in Dublin Core). Is there a 
 place to adjust this page?

 Greetings

 Robert


 Claudia Jürgen schrieb:
 Hi Robert,

 did you adjust your submission forms so that they'll correspond to the 
 metadata given in the import?

 Claudia


 Robert Roggenbuck schrieb:
 Hi all,

 when I use the --workflow option for the /dspace/bin/import 
 (ItemImport), only 'dc.title' and 'dc.identifier' are imported. All 
 other fields in the submit form are empty. Without --workflow the 
 whole dataset is immediatly visible.

 What's going on? Can someone explain this behaviour and know how to 
 handle it?

 Best Regards

 Robert

 PS: Sorry for seeming impatiend ... but, as usual, it is an important 
 point for me.

 
 -
 Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
 Studies have shown that voting for your favorite open source project,
 along with a healthy diet, reduces your potential for chronic lameness
 and boredom. Vote Now at http://www.sourceforge.net/community/cca08
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 

-- 

===
Robert Roggenbuck
Universitaetsbibliothek Osnabrueck
Alte Muenze 16
D-49074 Osnabrueck
Germany
Tel ++49/541/969-4344  Fax -4482
[EMAIL PROTECTED]

Postbox:
Postfach 4496
D-49034 Osnabrueck
===

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Failed to self register new account

2008-07-11 Thread ROHAZNA BINTI WAHAB


Hi all.. 

I'm new to dspace as well.. currently i'm using dspace version 1.4.2 .Database 
using postgres.The thing is i'm having problems when user try to register new 
account.. they receive Email notification to activate but when click on it 
nothing  happens.. I Check in the eperson table seems that no data of the 
particulars user.. I try to register a few accounts and fail.. no data was 
inserted.. Can somebody help me.. is there any configuration I need to do.. For 
the mean time i upload user data using sql insert statement and runs well. 

Thank you in advance 



Regards, 

Rohazna Wahab 
Pegawai Teknologi Maklumat 
Pusat Teknologi Maklumat  Komunikasi 
Universiti Malaysia Perlis 

Tel : 049798280 
Fax : 049798227 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Failed to self register new account

2008-07-11 Thread Jayan Chirayath Kurian
Hi! 

 

I hope you have set the correct config parameters in
dspace\config\dspace.cfg file

 

 

Pl check these parameters

 

# DSpace base URL.  Include port number etc., but NOT trailing slash

 

dspace.url = http://dspace.myu.edu:8080/dspace

 

# DSpace host name - should match base URL.  Do not include port number

dspace.hostname = dspace.myu.edu

 

 

# Email settings ##

 

# SMTP mail server

mail.server=smtp.XXX.XX.sg

 

# SMTP mail server authentication username and password (if required)

# mail.server.username = myusername

# mail.server.password = mypassword

 

# From address for mail

mail.from.address = [EMAIL PROTECTED]

 

# Currently limited to one recipient!

feedback.recipient =  [EMAIL PROTECTED]

 

# General site administration (Webmaster) e-mail

mail.admin =  [EMAIL PROTECTED]

 

# Recipient for server errors and alerts

# alert.recipient =  [EMAIL PROTECTED]

 

Cheers! Jayan

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of ROHAZNA
BINTI WAHAB
Sent: Friday, July 11, 2008 3:55 PM
To: dspace-tech@lists.sourceforge.net Tech
Subject: [Dspace-tech] Failed to self register new account

 

Hi all..

I'm new to dspace as well.. currently i'm using dspace version 1.4.2
.Database using postgres.The thing is i'm having problems when user try
to register new account.. they receive Email notification to activate
but when click on it nothing  happens.. I Check in the eperson table
seems that no data of the particulars user.. I try to register a few
accounts and fail.. no data was inserted.. Can somebody help me.. is
there any configuration I need to do.. For the mean time i upload user
data using sql insert statement and runs well.

Thank you in advance

 

Regards,

Rohazna Wahab
Pegawai Teknologi Maklumat
Pusat Teknologi Maklumat  Komunikasi
Universiti Malaysia Perlis

Tel : 049798280
Fax : 049798227

 


-- 
This message has been scanned for viruses and 
dangerous content by MailScanner http://www.unimap.edu.my/ , and is 
believed to be clean. 
-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Failed to self register new account

2008-07-11 Thread Claudia Jürgen
Hi Rohazna,

what did you have as dspace.url in your dspace.cfg and where do you 
deploy DSpace? Might be a wrong URL created for the registration token.


Is there any data in the table REGISTRATIONDATA?

Claudia


ROHAZNA BINTI WAHAB schrieb:
 
 Hi all.. 
 
 I'm new to dspace as well.. currently i'm using dspace version 1.4.2 
 .Database using postgres.The thing is i'm having problems when user try to 
 register new account.. they receive Email notification to activate but when 
 click on it nothing  happens.. I Check in the eperson table seems that no 
 data of the particulars user.. I try to register a few accounts and fail.. no 
 data was inserted.. Can somebody help me.. is there any configuration I need 
 to do.. For the mean time i upload user data using sql insert statement and 
 runs well. 
 
 Thank you in advance 
 
 
 
 Regards, 
 
 Rohazna Wahab 
 Pegawai Teknologi Maklumat 
 Pusat Teknologi Maklumat  Komunikasi 
 Universiti Malaysia Perlis 
 
 Tel : 049798280 
 Fax : 049798227 
 
 
 
 
 
 
 -
 Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
 Studies have shown that voting for your favorite open source project,
 along with a healthy diet, reduces your potential for chronic lameness
 and boredom. Vote Now at http://www.sourceforge.net/community/cca08
 
 
 
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] New problem installing DSpace

2008-07-11 Thread María Isabel López Sánchez-Huete
Hello, Khosro

Thanks again for your answer.

I read the url yo sent me, and it's very interesting.

Yesterday I tried others things.

My configuration is:
Sparc processor
Solaris 10
Oracle 10
Java JDK 1.5.0_06
Apache Maven 2.0.8
Apache Ant 1.7.0
Jakarta Tomcat 6.0

I finally put the string conection in two manners:

1) db.url = 
jdbc:oracle:thin:@//machine.subdomain.domain:port/service_name
2) db.url = jdbc:oracle:thin:@machine.subdomain.domain:port:sid_name

I saw the messages in the log of the Oracle listener, with both url in 
the config file when I executed
$ ant fres_install
1)
10-JUL-2008 11:48:15 * 
(CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=service_name)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=)))
 
* (ADDRESS=(PROTOCOL=tcp)(HOST=host_ip)(PORT=48876)) * establish * 
service_name * 0

2)
10-JUL-2008 11:52:01 * 
(CONNECT_DATA=(SID=sid_name)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))) * 
(ADDRESS=(PROTOCOL=tcp)(HOST=host_ip)(PORT=48907)) * establish * 
sid_name * 0

It look then connection is established, but inmediately it is 
disconnected from the client.

Now I have a new error in the output of the $ ant fres_install command:

(…)
  [java] 2008-07-10 11:52:01,334 INFO 
org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database
  [java] 2008-07-10 11:52:02,695 FATAL 
org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
  [java] org.apache.commons.dbcp.SQLNestedException: Cannot get a 
connection, pool exhausted
(…)

Any suggestions?

Marisa.

khosro asgharifard escribió:
 Hello Marisa,
 XE is a service name.
 Please refer to 
 http://download.oracle.com/docs/cd/B25329_01/doc/admin.102/b25107/connecting.htm#CEGIGEIJ.
 In Connect Strings subsection you can see the line 
 username/[EMAIL PROTECTED]//]host[:port][/service_name] ,read the bottom of 
 this line,there is a description.
 
 Best Regards.
 
 Khosro.
 
 
 - Original Message 
 From: María Isabel López Sánchez-Huete [EMAIL PROTECTED]
 To: khosro asgharifard [EMAIL PROTECTED]
 Sent: Thursday, July 10, 2008 12:52:02 AM
 Subject: Re: [Dspace-tech] New problem installing DSpace
 
 Hi, Khosro
 
 Thanks for your rapid answer.
 
 I have changed the . by ¨: in my db.url. It's really a bug in the
 documentation
 
 What does it mean XE? Is it the database name?
 
 Marisa.
 
 khosro asgharifard escribió:
   Hello  Marisa,
   I am not expert in Dspace.I am a novice.But two days ago when i wanted
   to install Dspace i faced this error.
   You found in install.html in (step3-Oracle-iii)  the
   db.url = jdbc.oracle.thin:@//host:port/dspace ,As far as i remember i
   changed it
   to db.url = jdbc:oracle:thin:@//localhost:1521/XE
   I use Oracle 10g express edition in windows.Please pay attention to
   changing . to : and pay attention to XE.
   Maybe this  helps you.
  
   Khosro.
  
   - Original Message 
   From: María Isabel López Sánchez-Huete [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]
   To: dspace-tech@lists.sourceforge.net 
 mailto:dspace-tech@lists.sourceforge.net
   Sent: Wednesday, July 9, 2008 3:35:30 AM
   Subject: [Dspace-tech] New problem installing DSpace
  
  Hi,
  
  I don´t now if somebody is really reading this list, but I try to ask
   again. I hope someday somebody can respond to me.
  
  This installation is very difficult to me, perhaps because the
   documentation is written thinking in an linux operating system with a
   Postgres database. But this is not my case: Sparc, Solaris 10 and Oracle.
  
  Now I arrive to the 7 point in the installation instructions, and I
   find a new error. When I execute
  
  ant fres_install
  
  the new error that arise is:
[java] 2008-07-04 13:37:25,750 INFO
   org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database
[java] 2008-07-04 13:37:26,391 FATAL
   org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
[java] java.sql.SQLException: Listener refused the connection with
   the following error:
[java] ORA-12514, TNS:listener does not currently know of service
   requested in connect descriptor
[java] The Connection descriptor used by the client was:
[java] //machine.subdom.dom:1711/database
  
  The database is up and the connections test are ok.
  
  Somebody knows what is happening?
  
  Thanks in advance.
 
  Marisa.
  
   --
  
   -
   Sponsored by: SourceForge.net http://SourceForge.net 
 http://SourceForge.net Community Choice
   Awards: VOTE NOW!
   Studies have shown that voting for your favorite open source project,
   along with a healthy diet, reduces your potential for chronic lameness
   and boredom. Vote Now at http://www.sourceforge.net/community/cca08
   

Re: [Dspace-tech] New problem installing DSpace

2008-07-11 Thread María Isabel López Sánchez-Huete
Hi, Paulo.

Thanks for your answer.

I revised the config file a lot of times. Finally I probed to change 
the db.url, and now I got a new error when I execute
$ ant fresh_install
(…)
  [java] 2008-07-10 11:52:01,334 INFO 
org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database
  [java] 2008-07-10 11:52:02,695 FATAL 
org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
  [java] org.apache.commons.dbcp.SQLNestedException: Cannot get a 
connection, pool exhausted
(…)
My configuration is
My configuration is:
Sparc processor
Solaris 10
Oracle 10
Java JDK 1.5.0_06
Apache Maven 2.0.8
Apache Ant 1.7.0
Jakarta Tomcat 6.0

Any other ideas?

Marisa

Paulo Jobim escribió:
 Hi Maria Isabel
 Check if your database settings are right in /dspace/config/dspace.cfg
 I hope it helps
 Paulo Jobim
 
 On Jul 9, 2008, at 7:35 AM, María Isabel López Sánchez-Huete wrote:
 
 Hi,

 I don´t now if somebody is really reading this list, but I try to ask
 again. I hope someday somebody can respond to me.

 This installation is very difficult to me, perhaps because the
 documentation is written thinking in an linux operating system with a
 Postgres database. But this is not my case: Sparc, Solaris 10 and Oracle.

 Now I arrive to the 7 point in the installation instructions, and I
 find a new error. When I execute

 ant fres_install

 the new error that arise is:
 [java] 2008-07-04 13:37:25,750 INFO
 org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database
 [java] 2008-07-04 13:37:26,391 FATAL
 org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
 [java] java.sql.SQLException: Listener refused the connection with
 the following error:
 [java] ORA-12514, TNS:listener does not currently know of service
 requested in connect descriptor
 [java] The Connection descriptor used by the client was:
 [java] //machine.subdom.dom:1711/database

 The database is up and the connections test are ok.

 Somebody knows what is happening?

 Thanks in advance.
 
 Marisa.

 -- 

 -
 Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
 Studies have shown that voting for your favorite open source project,
 along with a healthy diet, reduces your potential for chronic lameness
 and boredom. Vote Now at http://www.sourceforge.net/community/cca08
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] database connection pool

2008-07-11 Thread María Isabel López Sánchez-Huete
Hi,

When I run the command of the 7th step of the installation documentation

$ ant fres_install

I get the messages:
(…)
  [java] 2008-07-10 11:52:01,334 INFO 
org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database
  [java] 2008-07-10 11:52:02,695 FATAL 
org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
  [java] org.apache.commons.dbcp.SQLNestedException: Cannot get a 
connection, pool exhausted
(…)

My configuration is:
Sparc processor
Solaris 10
Oracle 10
Java JDK 1.5.0_06
Apache Maven 2.0.8
Apache Ant 1.7.0
Jakarta Tomcat 6.0

The db.url parameter in the dspace.cfg file is fine. In the log file of 
the oracle listener appears a message *establish*.

I don't know which pool it is talking about. The Tomcat configuration 
is not yet done (step 8). Is there any pool defined in the oracle driver 
ojdbc14.jar? Could Anybody help me?

Thanks.

Marisa.

-- 

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Survey: 1.5 Users, and Manakin Users

2008-07-11 Thread Bradley McLean
Thank-you to all who replied.  I've posted a summary page on the wiki:

http://wiki.dspace.org/index.php/DSpace_1.5_User_Survey

I made an error in sending the survey:  I didn't ask if your responses  
could be made public, and I've taken the risk of posting the summary.

If I've made editing errors, summarized incorrectly, or you simply do  
not wish to be included, feel free to either edit the page, or send me  
a note.  I'll also update with any future entries sent to me.

Bradley McLean
DSpace Foundation



-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Survey: 1.5 Users, and Manakin Users

2008-07-11 Thread Mark Diggory
Any chance we can get some contact names (and possibly emails) on these?

-Mark

On Jul 11, 2008, at 6:09 AM, Bradley McLean wrote:

 Thank-you to all who replied.  I've posted a summary page on the wiki:

 http://wiki.dspace.org/index.php/DSpace_1.5_User_Survey

 I made an error in sending the survey:  I didn't ask if your responses
 could be made public, and I've taken the risk of posting the summary.

 If I've made editing errors, summarized incorrectly, or you simply do
 not wish to be included, feel free to either edit the page, or send me
 a note.  I'll also update with any future entries sent to me.

 Bradley McLean
 DSpace Foundation



 -- 
 ---
 Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
 Studies have shown that voting for your favorite open source project,
 along with a healthy diet, reduces your potential for chronic lameness
 and boredom. Vote Now at http://www.sourceforge.net/community/cca08
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Filter-media in 15

2008-07-11 Thread Blanco, Jose
When I run filter-media in 1.5, I'm getting:

-bash-3.2$ ./filter-media 
Applying Media Filters
Exception in thread main java.lang.NullPointerException
at
org.dspace.app.mediafilter.MediaFilterManager.main(MediaFilterManager.ja
va:240)

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Filter-media in 15

2008-07-11 Thread Blanco, Jose
I see that it blows up on:

String enabledPlugins =
ConfigurationManager.getProperty(MEDIA_FILTER_PLUGINS_KEY);
filterNames = enabledPlugins.split(,\\s*);

But when I check the dspace.cfg file I don't see a
MEDIA_FILTER_PLUGINS_KEY

Filter-media will need to be run as a cron job in 1.5, right?

Thanks!
Jose 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Blanco,
Jose
Sent: Friday, July 11, 2008 11:14 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Filter-media in 15

When I run filter-media in 1.5, I'm getting:

-bash-3.2$ ./filter-media
Applying Media Filters
Exception in thread main java.lang.NullPointerException
at
org.dspace.app.mediafilter.MediaFilterManager.main(MediaFilterManager.ja
va:240)


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] multiple subscription notification

2008-07-11 Thread Kyle Kaliebe
Dear Dspace Tech List,

 

We are having an issue where our nightly subscription email service is
sending out new item notifications with repeating items. The most common
pattern we have seen is that a collection's subscribers will be notified
about new items twice in the following two days. We also have instances
where a subscription notification will be sent out with 30+ new items even
though many of the items in the list were submitted years ago and are not
new. Any thoughts? Thanks.

 

Kyle Kaliebe
Systems Developer/Engineer
Knowledge Bank
University Libraries
Ohio State University
[EMAIL PROTECTED]

 

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] multiple subscription notification

2008-07-11 Thread Claudia Juergen
Hi Kyle,

this is a known bug, the subscription date check is based on last modified
not date accessioned, thus if you edit an item it'll be sent again.

cheers

Claudia

 Dear Dspace Tech List,



 We are having an issue where our nightly subscription email service is
 sending out new item notifications with repeating items. The most common
 pattern we have seen is that a collection's subscribers will be notified
 about new items twice in the following two days. We also have instances
 where a subscription notification will be sent out with 30+ new items
 even
 though many of the items in the list were submitted years ago and are not
 new. Any thoughts? Thanks.



 Kyle Kaliebe
 Systems Developer/Engineer
 Knowledge Bank
 University Libraries
 Ohio State University
 [EMAIL PROTECTED]



 -
 Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
 Studies have shown that voting for your favorite open source project,
 along with a healthy diet, reduces your potential for chronic lameness
 and boredom. Vote Now at
 http://www.sourceforge.net/community/cca08___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Filter-media in 15

2008-07-11 Thread Tim Donohue
Jose,

Actually that MEDIA_FILTER_PLUGINS_KEY is a constant that is set to 
filter.plugins in the MediaFilterManager.java class.

So, you should have a filter.plugins entry in your 1.5 dspace.cfg 
file.  The structure of the settings in dspace.cfg have changed somewhat 
in the 1.5 dspace.cfg file.  So, you may want to review them closely. 
In fact, if you haven't modified your filter-media settings for 1.4, you 
may just want to copy them over from a fresh 1.5 dspace.cfg file.

I hope that helps...

- Tim

Blanco, Jose wrote:
 I see that it blows up on:
 
 String enabledPlugins =
 ConfigurationManager.getProperty(MEDIA_FILTER_PLUGINS_KEY);
 filterNames = enabledPlugins.split(,\\s*);
 
 But when I check the dspace.cfg file I don't see a
 MEDIA_FILTER_PLUGINS_KEY
 
 Filter-media will need to be run as a cron job in 1.5, right?
 
 Thanks!
 Jose 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Blanco,
 Jose
 Sent: Friday, July 11, 2008 11:14 AM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Filter-media in 15
 
 When I run filter-media in 1.5, I'm getting:
 
 -bash-3.2$ ./filter-media
 Applying Media Filters
 Exception in thread main java.lang.NullPointerException
 at
 org.dspace.app.mediafilter.MediaFilterManager.main(MediaFilterManager.ja
 va:240)
 
 
 -
 Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
 Studies have shown that voting for your favorite open source project,
 along with a healthy diet, reduces your potential for chronic lameness
 and boredom. Vote Now at http://www.sourceforge.net/community/cca08
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 -
 Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
 Studies have shown that voting for your favorite open source project,
 along with a healthy diet, reduces your potential for chronic lameness
 and boredom. Vote Now at http://www.sourceforge.net/community/cca08
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 

-- 
Tim Donohue
Research Programmer, Illinois Digital Environment for
Access to Learning and Scholarship (IDEALS)
University of Illinois at Urbana-Champaign
[EMAIL PROTECTED] | (217) 333-4648

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Filter-media in 15

2008-07-11 Thread Blanco, Jose
Thank you! That did it. 

-Original Message-
From: Tim Donohue [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 11, 2008 1:15 PM
To: Blanco, Jose
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Filter-media in 15

Jose,

Actually that MEDIA_FILTER_PLUGINS_KEY is a constant that is set to
filter.plugins in the MediaFilterManager.java class.

So, you should have a filter.plugins entry in your 1.5 dspace.cfg
file.  The structure of the settings in dspace.cfg have changed somewhat
in the 1.5 dspace.cfg file.  So, you may want to review them closely. 
In fact, if you haven't modified your filter-media settings for 1.4, you
may just want to copy them over from a fresh 1.5 dspace.cfg file.

I hope that helps...

- Tim

Blanco, Jose wrote:
 I see that it blows up on:
 
 String enabledPlugins =
 ConfigurationManager.getProperty(MEDIA_FILTER_PLUGINS_KEY);
 filterNames = enabledPlugins.split(,\\s*);
 
 But when I check the dspace.cfg file I don't see a 
 MEDIA_FILTER_PLUGINS_KEY
 
 Filter-media will need to be run as a cron job in 1.5, right?
 
 Thanks!
 Jose
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Blanco, Jose
 Sent: Friday, July 11, 2008 11:14 AM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Filter-media in 15
 
 When I run filter-media in 1.5, I'm getting:
 
 -bash-3.2$ ./filter-media
 Applying Media Filters
 Exception in thread main java.lang.NullPointerException
 at
 org.dspace.app.mediafilter.MediaFilterManager.main(MediaFilterManager.
 ja
 va:240)
 
 --
 --
 -
 Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
 Studies have shown that voting for your favorite open source project, 
 along with a healthy diet, reduces your potential for chronic lameness

 and boredom. Vote Now at http://www.sourceforge.net/community/cca08
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 --
 --- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
 Studies have shown that voting for your favorite open source project, 
 along with a healthy diet, reduces your potential for chronic lameness

 and boredom. Vote Now at http://www.sourceforge.net/community/cca08
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 

--
Tim Donohue
Research Programmer, Illinois Digital Environment for Access to Learning
and Scholarship (IDEALS) University of Illinois at Urbana-Champaign
[EMAIL PROTECTED] | (217) 333-4648

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Filter-media in 15

2008-07-11 Thread Larry Stone
It _should_ never get an NPE over a missing configuration key.  Given
our sparse testing resources it behooves us to make the code as
resilient as possible.

Could you submit a bug report about this (or, even better, a patch) --
ideally it could would *log an error* if the configuration property is
missing and set filternames to some default that may be illogical (i.e.
empty list of plugins) but at least won't blow up.

The error log entry explains the exact problem to the admin, who may not
have known about the new configuration key, but can now tell exactly
what to look for.

See org.dspace.core.PluginManager for an example; it has a lot of protection
against configuration errors because those are to be expected when
plugin configurations get changed at every site.

-- Larry

 I see that it blows up on:

 String enabledPlugins =
 ConfigurationManager.getProperty(MEDIA_FILTER_PLUGINS_KEY);
 filterNames = enabledPlugins.split(,\\s*);

 But when I check the dspace.cfg file I don't see a
 MEDIA_FILTER_PLUGINS_KEY

 Filter-media will need to be run as a cron job in 1.5, right?

 Thanks!
 Jose

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Blanco,
 Jose
 Sent: Friday, July 11, 2008 11:14 AM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Filter-media in 15

 When I run filter-media in 1.5, I'm getting:

 -bash-3.2$ ./filter-media
 Applying Media Filters
 Exception in thread main java.lang.NullPointerException
 at
 org.dspace.app.mediafilter.MediaFilterManager.main(MediaFilterManager.ja
 va:240)

 
 -
 Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
 Studies have shown that voting for your favorite open source project,
 along with a healthy diet, reduces your potential for chronic lameness
 and boredom. Vote Now at http://www.sourceforge.net/community/cca08
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 -
 Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
 Studies have shown that voting for your favorite open source project,
 along with a healthy diet, reduces your potential for chronic lameness
 and boredom. Vote Now at http://www.sourceforge.net/community/cca08
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech