[Dspace-tech] Removing anonymous read rights from all items

2010-06-10 Thread mikan.d.dspace listmail
We've been running DSpace with Apache IP authentication dealing with
overall IP authentication. Now Im hoping to get rid of Apache
configurations and implementing the same behaviour with DSpace IP
authentication.

The basic IP authentication seems to be working well in DSpace. I am
able to restric Individual community / collection access based on IP
address. This doesnt restric the access to the items already in the
db.

So, Im having problems with all items having the default read rights
for anonymous users, even if the collection / community access is
restricted. The authorization policy tool doesnt seem to be able to do
this (see: http://jira.dspace.org/jira/browse/DS-520). I could remove
the policies by hand of course, but having to do this with about 4000
itemsit  doesnt seem to make much sense.

What Im looking for now is an SQL spell, that would remove the
anonymous read rights for every item / bitstream in DSpace, and then
replace it with read right for specific group. Any concerns on this
are appreciated? Or if someone has an idea on how to get around this,
let me know.

Thanks in advance,
Mika

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] dspace-1.6.1 installation

2010-06-10 Thread Lewatle Phaladi
Hi All 

I am using mvn package and I got the errors I pasted bellow,


Downloading:
http://download.java.net/maven/2/org/codehaus/plexus/plexus-utils/1.2/pl
exus-utils-1.2.pom
[INFO] Unable to find resource
'org.codehaus.plexus:plexus-utils:pom:1.2' in repository java.net
(http://download.java.net/maven/2)


Downloading:
http://download.java.net/maven/2/classworlds/classworlds/1.1-alpha-2/cla
ssworlds-1.1-alpha-2.pom
[INFO] Unable to find resource 'classworlds:classworlds:pom:1.1-alpha-2'
in repository java.net (http://download.java.net/maven/2) 



  
Downloading:
http://download.java.net/maven/2/org/apache/maven/wagon/wagon-provider-a
pi/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
[INFO] Unable to find resource
'org.apache.maven.wagon:wagon-provider-api:pom:1.0-alpha-6' in
repository java.net (http://download.java.net/maven/2)

Downloading:
http://download.java.net/maven/2/org/apache/maven/maven-artifact/2.0/mav
en-artifact-2.0.pom
[INFO] Unable to find resource 'org.apache.maven:maven-artifact:pom:2.0'
in repository java.net (http://download.java.net/maven/2)



  
Downloading:
http://download.java.net/maven/2/org/apache/maven/doxia/doxia-sink-api/1
.0-alpha-11/doxia-sink-api-1.0-alpha-11.pom
[INFO] Unable to find resource
'org.apache.maven.doxia:doxia-sink-api:pom:1.0-alpha-11' in repository
java.net (http://download.java.net/maven/2)


Downloading:
http://download.java.net/maven/2/commons-collections/commons-collections
/3.1/commons-collections-3.1.pom
[INFO] Unable to find resource
'commons-collections:commons-collections:pom:3.1' in repository java.net
(http://download.java.net/maven/2) 


Downloading:
http://download.java.net/maven/2/org/apache/maven/doxia/doxia-module-fml
/1.0-alpha-11/doxia-module-fml-1.0-alpha-11.pom
[INFO] Unable to find resource
'org.apache.maven.doxia:doxia-module-fml:pom:1.0-alpha-11' in repository
java.net (http://download.java.net/maven/2) 


Regards,
Lewatle

htmlpfont face = verdana size = 0.8 color = navyThis communication 
is intended for the addressee only. It is confidential. If you have received 
this communication in error, please notify us immediately and destroy the 
original message. You may not copy or disseminate this communication without 
the permission of the University. Only authorized signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary./font/p/html


--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] mvn error on dspace1.6.1 install

2010-06-10 Thread Lewatle Phaladi
Hi All 

 

I am using mvn package and I got this error, please give some hints :

 

 

[INFO]


[ERROR] FATAL ERROR

[INFO]


[INFO] basedir
/export/home/dspace/dspace1.6.1/dspace/modules/xmlui/src/main/webapp
does not exist

[INFO]


[INFO] Trace

java.lang.IllegalStateException: basedir
/export/home/dspace/dspace1.6.1/dspace/modules/xmlui/src/main/webapp
does not exist

at
org.codehaus.plexus.util.DirectoryScanner.scan(DirectoryScanner.java:550
)

at
org.apache.maven.plugin.war.packaging.WarProjectPackagingTask.getFilesTo
Copy(WarProjectPackagingTask.java:366)

at
org.apache.maven.plugin.war.packaging.WarProjectPackagingTask.copyResour
ces(WarProjectPackagingTask.java:310)

at
org.apache.maven.plugin.war.packaging.WarProjectPackagingTask.handleWebR
esources(WarProjectPackagingTask.java:131)

at
org.apache.maven.plugin.war.packaging.WarProjectPackagingTask.performPac
kaging(WarProjectPackagingTask.java:87)

at
org.apache.maven.plugin.war.AbstractWarMojo.buildWebapp(AbstractWarMojo.
java:462)

at
org.apache.maven.plugin.war.AbstractWarMojo.buildExplodedWebapp(Abstract
WarMojo.java:394)

at
org.apache.maven.plugin.war.WarMojo.performPackaging(WarMojo.java:195)

at org.apache.maven.plugin.war.WarMojo.execute(WarMojo.java:157)

at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa
nager.java:490)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default
LifecycleExecutor.java:694)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifec
ycle(DefaultLifecycleExecutor.java:556)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultL
ifecycleExecutor.java:535)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandle
Failures(DefaultLifecycleExecutor.java:387)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(
DefaultLifecycleExecutor.java:348)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec
ycleExecutor.java:180)

at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)

at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)

at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)

at
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)

at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)

at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)

at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)

at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)

at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

[INFO]


[INFO] Total time: 32 seconds

[INFO] Finished at: Thu Jun 10 11:32:58 SAST 2010

[INFO] Final Memory: 55M/346M

[INFO]


 

Regards,

Lewatle


htmlpfont face = verdana size = 0.8 color = navyThis communication 
is intended for the addressee only. It is confidential. If you have received 
this communication in error, please notify us immediately and destroy the 
original message. You may not copy or disseminate this communication without 
the permission of the University. Only authorized signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary./font/p/html
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSPACE INSTALLATION

2010-06-10 Thread Lewatle Phaladi
HI ALL

 

I am using maven, mvn package and I got this error can anyone suggest a
way to fix this error.

 

 

[INFO] Copying webapp
webResources[/data/dspace-1.6.1-src-release/dspace/modules/xmlui/src/mai
n/webapp]
to[/data/dspace-1.6.1-src-release/dspace/modules/xmlui/target/xmlui-1.6.
1]

[INFO]


[ERROR] FATAL ERROR

[INFO]


[INFO] basedir
/data/dspace-1.6.1-src-release/dspace/modules/xmlui/src/main/webapp does
not exist

 

Regards,

Lewatle


htmlpfont face = verdana size = 0.8 color = navyThis communication 
is intended for the addressee only. It is confidential. If you have received 
this communication in error, please notify us immediately and destroy the 
original message. You may not copy or disseminate this communication without 
the permission of the University. Only authorized signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary./font/p/html
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace 1.6.1 package cannot build on Ubuntu 10.04

2010-06-10 Thread helix84
Hello Bob,
you're running mvn package in the wrong directory. Please follow the
installation instructions
http://dspace.org/1_6_1Documentation/ch03.htm

In your case, mvn package should be run in
/opt/dspace/dspace-1.6.1-src-release/dspace/
But follow all the steps in correct order as described in documentation above.

Regards,
~~helix84

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace-tech Digest, Vol 50, Issue 27: DSPACE INSTALLATION (Lewatle Phaladi)

2010-06-10 Thread Christof
Dear


You can check if this directory exists:
/data/dspace-1.6.1-src-release/dspace/modules/xmlui/src/main/webapp

if not, creat it and build again.


Yours Sincerely




Christof

Στις 10-06-2010, ημέρα Πεμ, και ώρα 13:43 +, ο/η
dspace-tech-requ...@lists.sourceforge.net έγραψε:
 Send DSpace-tech mailing list submissions to
   dspace-tech@lists.sourceforge.net
 
 To subscribe or unsubscribe via the World Wide Web, visit
   https://lists.sourceforge.net/lists/listinfo/dspace-tech
 or, via email, send a message with subject or body 'help' to
   dspace-tech-requ...@lists.sourceforge.net
 
 You can reach the person managing the list at
   dspace-tech-ow...@lists.sourceforge.net
 
 When replying, please edit your Subject line so it is more specific
 than Re: Contents of DSpace-tech digest...
 
 
 Today's Topics:
 
1. DSPACE INSTALLATION (Lewatle Phaladi)
2. DSpace 1.6.1 package cannot build on Ubuntu 10.04 (Bob ab...@fauz)
 
 
 --
 
 Message: 1
 Date: Thu, 10 Jun 2010 13:36:57 +0200
 From: Lewatle Phaladi lewatle.phal...@wits.ac.za
 Subject: [Dspace-tech] DSPACE INSTALLATION
 To: dspace-tech@lists.sourceforge.net
 Message-ID:
   364a28d7e51b7349b184d5c7ac5c0c6f016ed...@gaia.ds.wits.ac.za
 Content-Type: text/plain; charset=us-ascii
 
 HI ALL
 
  
 
 I am using maven, mvn package and I got this error can anyone suggest a
 way to fix this error.
 
  
 
 
 
 [INFO] Copying webapp
 webResources[/data/dspace-1.6.1-src-release/dspace/modules/xmlui/src/mai
 n/webapp]
 to[/data/dspace-1.6.1-src-release/dspace/modules/xmlui/target/xmlui-1.6.
 1]
 
 [INFO]
 
 
 [ERROR] FATAL ERROR
 
 [INFO]
 
 
 [INFO] basedir
 /data/dspace-1.6.1-src-release/dspace/modules/xmlui/src/main/webapp does
 not exist
 
  
 
 Regards,
 
 Lewatle
 
 
 htmlpfont face = verdana size = 0.8 color = navyThis 
 communication is intended for the addressee only. It is confidential. If you 
 have received this communication in error, please notify us immediately and 
 destroy the original message. You may not copy or disseminate this 
 communication without the permission of the University. Only authorized 
 signatories are competent to enter into agreements on behalf of the 
 University and recipients are thus advised that the content of this message 
 may not be legally binding on the University and may contain the personal 
 views and opinions of the author, which are not necessarily the views and 
 opinions of The University of the Witwatersrand, Johannesburg. All agreements 
 between the University and outsiders are subject to South African Law unless 
 the University agrees in writing to the contrary./font/p/html
 -- next part --
 An HTML attachment was scrubbed...
 
 --
 
 Message: 2
 Date: Thu, 10 Jun 2010 12:55:25 +0800
 From: Bob ab...@fauz b...@fauz.com.my
 Subject: [Dspace-tech] DSpace 1.6.1 package cannot build on Ubuntu
   10.04
 To: dspace-tech@lists.sourceforge.net
 Message-ID: 4c10703d.1050...@fauz.com.my
 Content-Type: text/plain; charset=iso-8859-1
 
 
 
 Dear support,
 
 Am trying to install DSpace 1.6.1 package on Ubuntu server 10.04 LTS. 
 FYI, all other components i.e. Java6, Tomcat6 and PostgreSQL 8.4.4 are 
 all installed successfully on Ubuntu 10.04.
 
 My Ubuntu server 10.04 LTS was installed and running on my MacBook Pro / 
 MacOS X Leopard and vmWare Fusion version 3.
 
 How do I get info on run Maven with the -e switch?
 
 I have attached the error message cannot build here for your ref. Please 
 help. Thanks.
 
 -- next part --
 An HTML attachment was scrubbed...
 -- next part --
 A non-text attachment was scrubbed...
 Name: Screen shot 2010-06-09 at 4.21.31 PM.jpg
 Type: image/jpeg
 Size: 327939 bytes
 Desc: not available
 
 --
 
 --
 ThinkGeek and WIRED's GeekDad team up for the Ultimate 
 GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
 lucky parental unit.  See the prize list and enter to win: 
 http://p.sf.net/sfu/thinkgeek-promo
 
 --
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 
 End of DSpace-tech Digest, Vol 50, Issue 27
 ***



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
DSpace-tech 

Re: [Dspace-tech] odd manakin interface

2010-06-10 Thread Jason Fowler
It's probably related to your il8n directory. Check the permissions on your 
messages.xml file.

Jason Fowler, CA, MSLS
Archives and Special Collections Librarian
The Southern Baptist Theological Seminary
President, ALABI
jfow...@sbts.edu

From: wei yuan [yuanw...@hotmail.com]
Sent: Thursday, June 10, 2010 10:39 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] odd manakin interface

Dear Tech Team,

I have got an odd error with manakin interface. It does not display normal 
English characters but the xml format of description of each location.

It is hard to describe so I attached a word document with the a snapshot of the 
manakin interface.

Let me know what is your idea to resolve this.


thanks,


Mary

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] odd manakin interface

2010-06-10 Thread helix84
I was able to reproduce your problem by removing my messages.xml file.
So you're probably missing it or as Jason suggests it DSpace may not
have permissions to access it.
The file should be located in /dspace/webapps/xmlui/i18n/messages.xml
(assuming /dspace is your DSpace installation directory).

Also, check if it's present in the source you built dspace from, i.e.:
dspace-1.6.1-src-release/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/i18n/messages.xml

Regards,
~~helix84

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] odd manakin interface

2010-06-10 Thread wei yuan

Hi,
Many thanks for all of your messages. I am replying to all of you at once since 
your answer is pretty much the same.
The messages.xml file is there within dspace installation and jetty server. I 
changed the permission to it, but still did not correct the home page 
interface. I did refresh my browser etc.  Why would it use keys instead of 
values?I got this warning printed out of the log:[WARN] deprecation - The 
'component-configurations' section in the sitemap is deprecated. Please check 
for alternatives.Are they related? Many thanks for your reply.Mary
 From: heli...@centrum.sk
 Date: Thu, 10 Jun 2010 17:53:19 +0200
 Subject: Re: [Dspace-tech] odd manakin interface
 To: yuanw...@hotmail.com
 CC: dspace-tech@lists.sourceforge.net
 
 I was able to reproduce your problem by removing my messages.xml file.
 So you're probably missing it or as Jason suggests it DSpace may not
 have permissions to access it.
 The file should be located in /dspace/webapps/xmlui/i18n/messages.xml
 (assuming /dspace is your DSpace installation directory).
 
 Also, check if it's present in the source you built dspace from, i.e.:
 dspace-1.6.1-src-release/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/i18n/messages.xml
 
 Regards,
 ~~helix84
  --
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Using SWORD

2010-06-10 Thread Ahmad Hajj
Hello,

Can anyone provide me a solid reference on how to make applicants communicate 
with DSPACE using SWORD? Is there any other tool through which my application, 
deployed on a separate server from that of DSPACE, can communicate with DSPACE 
(webservices ...)?

Best Regards,

Ahmad Al-Hajj
Software Development Manager
-

Cleartag
Block D, 2nd Floor, Lazariyeh Building
Riad El Solh, Down Town, Beirut, Lebanon
Tel/Fax:   + 961 1 971 871 ext # 105

email: ahmad.h...@cleartag.commailto:wassim.ha...@taglogic.com
website:  http://www.taglogic.comhttp://www.taglogic.com/
-



The information contained and transmitted with this e-mail message is 
PRIVILEGED AND/OR CONFIDENTIAL.
It is intended only for the individual or entity designated above. If you are 
not the named recipient of this e-mail message or have otherwise received this 
e-mail message in error, please delete the message immediately and notify the 
sender.
Under no circumstances will Cleartag International sarl. or the sender of this 
email be liable to any party for any direct, indirect, special or other 
consequential damages for any use of this email.

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] odd manakin interface

2010-06-10 Thread Poulter, Dale
It appears that you need to edit your message.xml file 
(/webapps/xmlui/i18n/messages.xml).

From: wei yuan [mailto:yuanw...@hotmail.com]
Sent: Thursday, June 10, 2010 9:40 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] odd manakin interface

Dear Tech Team,

I have got an odd error with manakin interface. It does not display normal 
English characters but the xml format of description of each location.

It is hard to describe so I attached a word document with the a snapshot of the 
manakin interface.

Let me know what is your idea to resolve this.


thanks,


Mary
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] dspace test-email

2010-06-10 Thread liss RR

Hi all 

 

I've just to install dspace 1.6.1 on windows with tomcat 5.5 an it works but I 
have a problem with email's alerts or registration of new users the system sais 
that the email was sended but when the user check his mail show this:

 

To complete registration for a DSpace account, please click the link
below:


 
http://pruebaservliss:8080/xmlui/register?token=7525cc3f1817456e791baccc11ba

 

But when the user clic in the link show this:

 

HTTP Status 404 - 


type Status report

message 

description The requested resource () is not available.



Apache Tomcat/5.5.29
 

I used this command in C:\dspace\bindspace test-email  and show this:

 

Error sending email:

-Error:javax.mail.MessagingException:

Could not connect to SMTP host: mailweb.uv.mx, port:25;

nested exception 15

java.net.connect Exception:

connection refused:connect

 

 

I have installed dspace 1.4.2 in another server with the same email settings 
and the alerts and registrations work fine I don't know  if I have to configure 
another thing with this new version.

 

And another question the emails work with tomcat 6.0? 

 

 

thanks!!!
  
_
Prefiero un día sin coche que sin Messenger
www.vivirmessenger.com--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech