Re: [Dspace-tech] Re : User Registration Error

2009-11-24 Thread Zaya Kh
Hi, Mishra

I had this problem, May be you should check your permission, your dspace
cannot connect email server.

Fighting

Best regards, Zoloo



On Mon, Nov 23, 2009 at 1:24 PM, Hardik Mishra har...@webinito.com wrote:

 Hi Ravin

 I am giving a suggestion that whatever you write please also send it to
 Dspace TechList
 also so, others can also get advantage.

 Here are some sample settings which you need to perform for the mentioned
 error.

 # Email settings ##

 # SMTP mail server
 mail.server=smtp.gmail.com---Whatever You want tot use

 # SMTP mail server authentication username and password (if required)
  mail.server.username = har...@webinito.com
  mail.server.password = your password


 # SMTP mail server alternate port (defaults to 25)
  mail.server.port = 587 ---Relative to smtp server

 # From address for mail
   mail.from.address = i...@webinito.com

 # Currently limited to one recipient!
   feedback.recipient =ad...@webinito.com

 # General site administration (Webmaster) e-mail
   mail.admin = har...@webinito.com

 # Recipient for server errors and alerts
 # alert.recipient = email-address-here

 # Recipient for new user registration emails
 # registration.notify = har...@webinito.com

 # Set the default mail character set. This may be over ridden by providing
 a line
 # inside the email template charset: encoding, otherwise this default
 is used.
   mail.charset = UTF8

 Make this change in [dspace-src]/dspace/config/dspace.cfg , then recompile
 package with mvn.
 then from [dspace-src]\dspace\target\dspace-1.5.2-build.dir directory

 ant -Dconfig=/installdir/config/dspace.cfg update

 Restart tomcat server and check.
 --


 *Best Regards
 Hardik Mishra
 Software Engineer

 http://bit.ly/uJ60P - Join Us on Facebook
 http://www.twitter.com/webinito - Follow us on Twitter

 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.*


 On Sun, Nov 22, 2009 at 3:28 AM, Ravindra Raj raj.ravind...@gmail.comwrote:

 Hi Hardik,

 I checked the log and I think the issue is here
 javax.mail.MessagingException: Unknown SMTP host:.

 -Ravin




 On Sat, Nov 21, 2009 at 1:22 AM, Hardik Mishra har...@webinito.comwrote:

 Hi Ravin

 Please check following path and let us know few things

 dspace/log/dspace.log file

 dspace is a directory where you have installed instance.

 Here is one of  possible reason for the error u mentioned

  Invalid configuration of Email settings in dspace.cfg


 *Best Regards
 Hardik Mishra
 Software Engineer

 http://bit.ly/uJ60P - Join Us on Facebook
 http://www.twitter.com/webinito - Follow us on Twitter

 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.*


 *From:* Ravindra Raj raj.ravind...@gmail.com
 *To:* dspace-gene...@mit.edu dspace-gene...@mit.edu
 *Sent:* Sat, November 21, 2009 3:59:07 AM
 *Subject:* [Dspace-general] Issue with New User Registration

 Hello Everyone,

 I am new DSpace user. I got an Issue with the New User Creation in my
 DSpace, while I am trying the User Registration option It was giving the
 following error
 *Internal System Error, The system has experienced an internal error.
 Please try to do what you were doing again, and if the problem persists,
 please contact us so we can fix the problem
 *
 It would be great if anyone can give me a solution.

 -Ravin









 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment - and focus
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Re : User Registration Error

2009-11-22 Thread Hardik Mishra
Hi Ravin

I am giving a suggestion that whatever you write please also send it to
Dspace TechList
also so, others can also get advantage.

Here are some sample settings which you need to perform for the mentioned
error.

# Email settings ##

# SMTP mail server
mail.server=smtp.gmail.com---Whatever You want tot use

# SMTP mail server authentication username and password (if required)
 mail.server.username = har...@webinito.com
 mail.server.password = your password


# SMTP mail server alternate port (defaults to 25)
 mail.server.port = 587 ---Relative to smtp server

# From address for mail
  mail.from.address = i...@webinito.com

# Currently limited to one recipient!
  feedback.recipient =ad...@webinito.com

# General site administration (Webmaster) e-mail
  mail.admin = har...@webinito.com

# Recipient for server errors and alerts
# alert.recipient = email-address-here

# Recipient for new user registration emails
# registration.notify = har...@webinito.com

# Set the default mail character set. This may be over ridden by providing a
line
# inside the email template charset: encoding, otherwise this default is
used.
  mail.charset = UTF8

Make this change in [dspace-src]/dspace/config/dspace.cfg , then recompile
package with mvn.
then from [dspace-src]\dspace\target\dspace-1.5.2-build.dir directory

ant -Dconfig=/installdir/config/dspace.cfg update

Restart tomcat server and check.
--

*Best Regards
Hardik Mishra
Software Engineer

http://bit.ly/uJ60P - Join Us on Facebook
http://www.twitter.com/webinito - Follow us on Twitter

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.*


On Sun, Nov 22, 2009 at 3:28 AM, Ravindra Raj raj.ravind...@gmail.comwrote:

 Hi Hardik,

 I checked the log and I think the issue is here
 javax.mail.MessagingException: Unknown SMTP host:.

 -Ravin




 On Sat, Nov 21, 2009 at 1:22 AM, Hardik Mishra har...@webinito.comwrote:

 Hi Ravin

 Please check following path and let us know few things

 dspace/log/dspace.log file

 dspace is a directory where you have installed instance.

 Here is one of  possible reason for the error u mentioned

  Invalid configuration of Email settings in dspace.cfg


 *Best Regards
 Hardik Mishra
 Software Engineer

 http://bit.ly/uJ60P - Join Us on Facebook
 http://www.twitter.com/webinito - Follow us on Twitter

 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.*


 *From:* Ravindra Raj raj.ravind...@gmail.com
 *To:* dspace-gene...@mit.edu dspace-gene...@mit.edu
 *Sent:* Sat, November 21, 2009 3:59:07 AM
 *Subject:* [Dspace-general] Issue with New User Registration

 Hello Everyone,

 I am new DSpace user. I got an Issue with the New User Creation in my
 DSpace, while I am trying the User Registration option It was giving the
 following error
 *Internal System Error, The system has experienced an internal error.
 Please try to do what you were doing again, and if the problem persists,
 please contact us so we can fix the problem
 *
 It would be great if anyone can give me a solution.

 -Ravin







--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Re : User Registration Error

2009-11-20 Thread Hardik Mishra
Hi Ravin

Please check following path and let us know few things

dspace/log/dspace.log file

dspace is a directory where you have installed instance.

Here is one of  possible reason for the error u mentioned

 Invalid configuration of Email settings in dspace.cfg


*Best Regards
Hardik Mishra
Software Engineer

http://bit.ly/uJ60P - Join Us on Facebook
http://www.twitter.com/webinito - Follow us on Twitter

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.*


*From:* Ravindra Raj raj.ravind...@gmail.com
*To:* dspace-gene...@mit.edu dspace-gene...@mit.edu
*Sent:* Sat, November 21, 2009 3:59:07 AM
*Subject:* [Dspace-general] Issue with New User Registration

Hello Everyone,

I am new DSpace user. I got an Issue with the New User Creation in my
DSpace, while I am trying the User Registration option It was giving the
following error
*Internal System Error, The system has experienced an internal error.
Please try to do what you were doing again, and if the problem persists,
please contact us so we can fix the problem
*
It would be great if anyone can give me a solution.

-Ravin
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech