Re: [Dspace-tech] DSpace Problem (Register new user)

738 views
Skip to first unread message

Peter Dietz

unread,
Aug 25, 2015, 5:15:54 PM8/25/15
to Brodhun, Maximilian, Scott Thurston, dspac...@lists.sourceforge.net, Grütz, Romanus
Hi Max,

A really simple way to fix your problem would be to configure DSpace to mail through Gmail. The code for connecting through Gmail already exists in the code. I don't know what is causing the connection problem with Live mail.

Peter Dietz



On Fri, Sep 23, 2011 at 3:14 AM, Brodhun, Maximilian <maxmilia...@stud.uni-goettingen.de> wrote:



-----Ursprüngliche Nachricht-----
Von: Scott Thurston [mailto:Scott.T...@noaa.gov]
Gesendet: Do 22.09.2011 17:34
An: Brodhun, Maximilian
Cc: dspac...@lists.sourceforge.net; Grütz, Romanus
Betreff: Re: [Dspace-tech] DSpace Problem (Register new user)

Hello Maximilian,

Hotmail requires TLS/SSL encryption, and uses port 587 for incoming
connections instead of the default port 25.  I think you need to
uncomment the other lines of the "mail.extraproperties" configuration
parameter and change the socketFactory.port value to 587:


# Pass extra settings to the Java mail library. Comma separated, equals
sign between
# the key and the value.
mail.extraproperties = mail.smtp.socketFactory.port=587, \

mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
                       mail.smtp.socketFactory.fallback=false

If you are running DSpace on Linux it may already be running sendmail,
which should be listening for SMTP connections on port 25 and may know
how to transfer mail to your institutional mail server.  If that's the
case, you should set your mail.server to "localhost", and you would not
need the mail.server.username and mail.server.password parameters.

Regards,
Scott

On 9/22/2011 8:23 AM, Brodhun, Maximilian wrote:
> Dear all,
>
> my name is Maximilian Brodhun and I study applicated informatics at the
> university of Goettingen. At the moment I am in a internship in the
> department of medical informatics of medical university of Goettingen. I
> installed DSpace to test a repositroy in context to biomedical metadata.
>
> Everything is working fine so far, but I have a problem with the
registration
> of new users. Everytime I want to register as a new user, I get the message
> "Internal System Error".
Hello Scott,

thanks for your help. I made the changes but the problem still exists.

Just to be sure, that I made everything right, here are me changes: (above
again the content of the logfile)


kind regards,

Maximilian Brodhun


##### Email settings ######

# SMTP mail server
mail.server=smtp.live.com

# SMTP mail server authentication username and password (if required)
mail.server.username = maxi_b...@hotmail.com
mail.server.password = *********

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

# From address for mail
mail.from.address = dspace-...@stud.uni-goettingen.de

# Currently limited to one recipient!
feedback.recipient = dspac...@myu.edu

# General site administration (Webmaster) e-mail
mail.admin = maxmilia...@stud.uni-goettingen.de

# Recipient for server errors and alerts
alert.recipient = maxmilia...@stud-unigoettingen.de

# Recipient for new user registration emails
registration.notify = maxmilia...@stud.uni-goettingen.de

# 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 = UTF-8

# A comma separated list of hostnames that are allowed to refer browsers to
email forms.
# Default behaviour is to accept referrals only from dspace.hostname
#mail.allowed.referrers = localhost

# Pass extra settings to the Java mail library. Comma separated, equals sign
between
# the key and the value.
mail.extraproperties = mail.smtp.socketFactory.port=587, \

mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
                      mail.smtp.socketFactory.fallback=false

# An option is added to disable the mailserver. By default, this property is
set to false
# By setting mail.server.disabled = true, DSpace will not send out emails.
# It will instead log the subject of the email which should have been sent
# This is especially useful for development and test environments where
production data is used when testing functionality.
#mail.server.disabled = false

# Default language for metadata values
default.language = en_US

_________________________________________________


CONTENT OF LOGFILE:


2011-09-23 09:15:29,184 ERROR org.dspace.kernel.DSpaceKernelManager @ WARN
Failed to unregister the MBean:
org.dspace:name=f15c2dae-43a6-4fbd-b6de-3e4b8b9015b5,type=DSpaceKernel
2011-09-23 09:15:29,480 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/xmlui] @
Closing Spring root WebApplicationContext
2011-09-23 09:15:29,698 ERROR org.dspace.kernel.DSpaceKernelManager @ WARN
Failed to unregister the MBean:
org.dspace:name=1f3c80b0-fe3f-40e0-99c4-449a675e4b2c,type=DSpaceKernel
2011-09-23 09:15:30,775 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/jspui] @
Closing Spring root WebApplicationContext
2011-09-23 09:15:30,775 ERROR org.dspace.kernel.DSpaceKernelManager @ WARN
Failed to unregister the MBean:
org.dspace:name=f59bf42b-328e-44e8-8a9c-7ba9047a51ce,type=DSpaceKernel
2011-09-23 09:15:41,242 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/jspui] @
Initializing Spring root WebApplicationContext
2011-09-23 09:15:42,319 INFO  net.sf.ehcache.util.UpdateChecker @ New
2011-09-23 09:15:50,852 INFO  net.sf.ehcache.util.UpdateChecker @ New
2011-09-23 09:15:52,677 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/xmlui] @
Initializing Spring root WebApplicationContext
2011-09-23 09:15:54,269 INFO  net.sf.ehcache.util.UpdateChecker @ New
2011-09-23 09:15:55,142 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/xmlui] @
Apache Cocoon Spring Configurator v1.0.2 is running in mode 'prod'.
2011-09-23 09:15:56,593 INFO  net.sf.ehcache.util.UpdateChecker @ New
2011-09-23 09:15:56,733 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Loading XMLUI
configuration from: C:/dspace\config\xmlui.xconf
2011-09-23 09:15:57,045 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='Displaying Artifacts', path='resource://aspects/ViewArtifacts/'.
2011-09-23 09:15:57,045 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='Browsing Artifacts', path='resource://aspects/BrowseArtifacts/'.
2011-09-23 09:15:57,045 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='Searching Artifacts', path='resource://aspects/SearchArtifacts/'.
2011-09-23 09:15:57,045 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='Administration', path='resource://aspects/Administrative/'.
2011-09-23 09:15:57,045 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='E-Person', path='resource://aspects/EPerson/'.
2011-09-23 09:15:57,045 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='Submission and Workflow', path='resource://aspects/Submission/'.
2011-09-23 09:15:57,045 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='Statistics', path='resource://aspects/Statistics/'.
2011-09-23 09:15:57,045 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Theme Installed:
name='Default Reference Theme', path='Reference/', id='null', regex='.*',
handle='null'.
2011-09-23 09:15:57,045 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/xmlui] @
Cocoon: Block dispatcher was initialized successfully.
2011-09-23 09:16:22,115 INFO  org.dspace.app.webui.servlet.RegisterServlet @
anonymous:session_id=145A446111C044CBED94C80B96B23A1F:ip_addr=0:0:0:0:0:0:0:1
:sendtoken_register:email=maxi_b...@hotmail.com
2011-09-23 09:16:23,565 INFO  org.dspace.app.webui.servlet.RegisterServlet @
anonymous:session_id=145A446111C044CBED94C80B96B23A1F:ip_addr=0:0:0:0:0:0:0:1
:error_emailing:email=maxi_b...@hotmail.com
javax.mail.MessagingException: Exception reading response;
 nested exception is:
       javax.net.ssl.SSLException: Unrecognized SSL message, plaintext
connection?
       at
com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1462)
       at
com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260)
       at
com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
       at javax.mail.Service.connect(Service.java:297)
       at javax.mail.Service.connect(Service.java:156)
       at javax.mail.Service.connect(Service.java:105)
       at javax.mail.Transport.send0(Transport.java:168)
       at javax.mail.Transport.send(Transport.java:98)
       at org.dspace.core.Email.send(Email.java:366)
       at
org.dspace.eperson.AccountManager.sendEmail(AccountManager.java:262)
       at
org.dspace.eperson.AccountManager.sendInfo(AccountManager.java:222)
       at
org.dspace.eperson.AccountManager.sendRegistrationInfo(AccountManager.java:67
)
       at
org.dspace.app.webui.servlet.RegisterServlet.processEnterEmail(RegisterServle
t.java:260)
       at
org.dspace.app.webui.servlet.RegisterServlet.doDSPost(RegisterServlet.java:17
2)
       at
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:
115)
       at
org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:73)
       at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
       at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
       at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationF
ilterChain.java:269)
       at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCha
in.java:188)
       at
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServl
etFilter.java:78)
       at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationF
ilterChain.java:215)
       at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCha
in.java:188)
       at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.jav
a:213)
       at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.jav
a:172)
       at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
       at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
       at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
108)
       at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
       at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
       at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processCo
nnection(Http11BaseProtocol.java:665)
       at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java
:528)
       at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWor
kerThread.java:81)
       at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java
:689)
       at java.lang.Thread.run(Unknown Source)
Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext
connection?
       at sun.security.ssl.InputRecord.handleUnknownRecord(Unknown Source)
       at sun.security.ssl.InputRecord.read(Unknown Source)
       at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
       at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown
Source)
       at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
       at sun.security.ssl.AppInputStream.read(Unknown Source)
       at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97)
       at java.io.BufferedInputStream.fill(Unknown Source)
       at java.io.BufferedInputStream.read(Unknown Source)
       at
com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75)
       at
com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440)
       ... 34 more






>
> I try to make a own mail service with hmail but this doesn't work.
> Then I try to take the smtp address of my private email service hotmail. So
I
> take smtp.live.com
>
>
> At the ende of this mail I put the content of the content file and also the
> content of the log file.
>
> kind regards,
>
> Maximilian Brodhun

--
Scott Thurston                  Scott.T...@noaa.gov
NOAA / NGDC / WDC               http://www.ngdc.noaa.gov/
Marine Geology&  Geophysics     303-497-4411 (phone)
325 Broadway E/GC3              303-497-6513 (fax)
Boulder, CO 80305-3337



------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
DSpace-tech mailing list
DSpac...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Scott Thurston

unread,
Aug 25, 2015, 5:15:59 PM8/25/15
to Brodhun, Maximilian, dspac...@lists.sourceforge.net, Romanus Grütz

Scott Thurston

unread,
Aug 25, 2015, 5:20:39 PM8/25/15
to Brodhun, Maximilian, dspac...@lists.sourceforge.net, "Grütz, Romanus"
Maximilian,

If you choose to continue trying to configure DSpace to send mail via Hotmail, you should probably find JavaMail documentation to learn what properties you must configure. Here is a link to an overview that lists the properties you can configure:

http://javamail.kenai.com/nonav/javadocs/overview-summary.html

I did a quick Google search of the "Unrecognized SSL message" error, and you may need to pass a more complete set of properties to JavaMail.  One property that is probably required is "mail.smtp.starttls.enable".  Perhaps you need to configure "mail.extraproperties" as follows:

mail.extraproperties = mail.smtp.starttls.enable=true, \
    mail.smtp.port = 587, \
    mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
    mail.smtp.socketFactory.fallback=false

I also saw some references that require setting "mail.smtps.port", to use SMTP over SSL.

Regards,
Scott


On 9/23/2011 1:14 AM, Brodhun, Maximilian wrote:

      
Hello Scott,

thanks for your help. I made the changes but the problem still exists.

Just to be sure, that I made everything right, here are me changes: (above
again the content of the logfile)

-- 
Scott Thurston			Scott.T...@noaa.gov
NOAA / NGDC / WDC		http://www.ngdc.noaa.gov/
Marine Geology & Geophysics	303-497-4411 (phone)
325 Broadway E/GC3		303-497-6513 (fax)
Boulder, CO 80305-3337

Brodhun, Maximilian

unread,
Aug 25, 2015, 5:21:40 PM8/25/15
to Scott Thurston, dspac...@lists.sourceforge.net, Grütz, Romanus



-----Ursprüngliche Nachricht-----
Von: Scott Thurston [mailto:Scott.T...@noaa.gov]
Gesendet: Do 22.09.2011 17:34
An: Brodhun, Maximilian
Cc: dspac...@lists.sourceforge.net; Grütz, Romanus
Betreff: Re: [Dspace-tech] DSpace Problem (Register new user)

Hello Scott,

thanks for your help. I made the changes but the problem still exists.

Just to be sure, that I made everything right, here are me changes: (above
again the content of the logfile)


# Pass extra settings to the Java mail library. Comma separated, equals sign
between
# the key and the value.
mail.extraproperties = mail.smtp.socketFactory.port=587, \

mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
mail.smtp.socketFactory.fallback=false

Brodhun, Maximilian

unread,
Aug 25, 2015, 5:28:03 PM8/25/15
to Scott Thurston, dspac...@lists.sourceforge.net, Grütz, Romanus
Dear all,

thanks for your help so far. But my system still doesn't work. I try to
configure it via gmail, but the same problem still exists.
Is there anything I have to change in the settings of other software like
postgreSQL, tomcat or my browser? (in this case firefox)


thanks for your help and your patience.

kind regards,

Maximilian


-----Ursprüngliche Nachricht-----
Von: Scott Thurston [mailto:Scott.T...@noaa.gov]
Gesendet: Fr 23.09.2011 18:15
An: Brodhun, Maximilian
Cc: dspac...@lists.sourceforge.net; Grütz, Romanus
Betreff: Re: [Dspace-tech] DSpace Problem (Register new user)

Maximilian,

If you choose to continue trying to configure DSpace to send mail via
Hotmail, you should probably find JavaMail documentation to learn what
properties you must configure. Here is a link to an overview that lists
the properties you can configure:

http://javamail.kenai.com/nonav/javadocs/overview-summary.html

I did a quick Google search of the "Unrecognized SSL message" error, and
you may need to pass a more complete set of properties to JavaMail. One
property that is probably required is "mail.smtp.starttls.enable".
Perhaps you need to configure "mail.extraproperties" as follows:

mail.extraproperties = mail.smtp.starttls.enable=true, \
mail.smtp.port = 587, \
mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
mail.smtp.socketFactory.fallback=false

I also saw some references that require setting "mail.smtp*s*.port", to
use SMTP over SSL.

Regards,
Scott

On 9/23/2011 1:14 AM, Brodhun, Maximilian wrote:
> Hello Scott,
>
> thanks for your help. I made the changes but the problem still exists.
>
> Just to be sure, that I made everything right, here are me changes: (above
> again the content of the logfile)
>
--
Scott Thurston Scott.T...@noaa.gov
NOAA / NGDC / WDC http://www.ngdc.noaa.gov/
Marine Geology& Geophysics 303-497-4411 (phone)

Brodhun, Maximilian

unread,
Aug 25, 2015, 5:41:38 PM8/25/15
to dspac...@lists.sourceforge.net, Romanus Grütz

Dear all,

my name is Maximilian Brodhun and I study applicated informatics at the
university of Goettingen. At the moment I am in a internship in the
department of medical informatics of medical university of Goettingen. I
installed DSpace to test a repositroy in context to biomedical metadata.

Everything is working fine so far, but I have a problem with the registration
of new users. Everytime I want to register as a new user, I get the message
"Internal System Error".

I try to make a own mail service with hmail but this doesn't work.
Then I try to take the smtp address of my private email service hotmail. So I
take smtp.live.com


At the ende of this mail I put the content of the content file and also the
content of the log file.

kind regards,

Maximilian Brodhun



My settings are: (below the content of the log file)

##### Email settings ######

# SMTP mail server
mail.server=smtp.live.com

# SMTP mail server authentication username and password (if required)
mail.server.username = maxi_b...@hotmail.com
mail.server.password = ********************

# SMTP mail server alternate port (defaults to 25)
mail.server.port = 25

# From address for mail
mail.from.address = dspace-...@stud.uni-goettingen.de

# Currently limited to one recipient!
feedback.recipient = dspac...@myu.edu

# General site administration (Webmaster) e-mail
mail.admin = maxmilia...@stud.uni-goettingen.de

# Recipient for server errors and alerts
alert.recipient = maxmilia...@stud-unigoettingen.de

# Recipient for new user registration emails
registration.notify = maxmilia...@stud.uni-goettingen.de

# 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 = UTF-8

# A comma separated list of hostnames that are allowed to refer browsers to
email forms.
# Default behaviour is to accept referrals only from dspace.hostname
#mail.allowed.referrers = localhost

# Pass extra settings to the Java mail library. Comma separated, equals sign
between
# the key and the value.
#mail.extraproperties = mail.smtp.socketFactory.port=465, \
#
mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
# mail.smtp.socketFactory.fallback=false

# An option is added to disable the mailserver. By default, this property is
set to false
# By setting mail.server.disabled = true, DSpace will not send out emails.
# It will instead log the subject of the email which should have been sent
# This is especially useful for development and test environments where
production data is used when testing functionality.
#mail.server.disabled = false

# Default language for metadata values
default.language = en_US





The logfiles says the following:




2011-09-22 12:24:27,484 INFO
org.dspace.app.webui.servlet.CommunityListServlet @
anonymous:session_id=AD7B5F75EFEA0C6E2EB1001B97A2DC67:ip_addr=0:0:0:0:0:0:0:1
:view_community_list:
2011-09-22 12:24:37,246 INFO
org.dspace.app.webui.servlet.CommunityListServlet @
anonymous:session_id=AD7B5F75EFEA0C6E2EB1001B97A2DC67:ip_addr=0:0:0:0:0:0:0:1
:view_community_list:
2011-09-22 12:24:50,682 INFO org.dspace.authenticate.PasswordAuthentication
@
anonymous:session_id=AD7B5F75EFEA0C6E2EB1001B97A2DC67:ip_addr=0:0:0:0:0:0:0:1
:authenticate:attempting password auth of
user=maxmilia...@stud.uni-goettingen.de
2011-09-22 12:24:50,696 INFO org.dspace.app.webui.servlet.PasswordServlet @
anonymous:session_id=AD7B5F75EFEA0C6E2EB1001B97A2DC67:ip_addr=0:0:0:0:0:0:0:1
:failed_login:email=maxmilia...@stud.uni-goettingen.de, result=2
2011-09-22 12:25:07,889 INFO org.dspace.authenticate.PasswordAuthentication
@
anonymous:session_id=AD7B5F75EFEA0C6E2EB1001B97A2DC67:ip_addr=0:0:0:0:0:0:0:1
:authenticate:attempting password auth of
user=maxmilia...@stud.uni-goettingen.de
2011-09-22 12:25:07,892 INFO org.dspace.authenticate.PasswordAuthentication
@
maxmilia...@stud.uni-goettingen.de:session_id=AD7B5F75EFEA0C6E2EB1001B9
7A2DC67:ip_addr=0:0:0:0:0:0:0:1:authenticate:type=PasswordAuthentication
2011-09-22 12:25:07,954 INFO org.dspace.app.webui.servlet.PasswordServlet @
maxmilia...@stud.uni-goettingen.de:session_id=AD7B5F75EFEA0C6E2EB1001B9
7A2DC67:ip_addr=0:0:0:0:0:0:0:1:login:type=explicit
2011-09-22 12:25:07,982 INFO org.dspace.app.webui.servlet.MyDSpaceServlet @
maxmilia...@stud.uni-goettingen.de:session_id=0F51C461EBA73F2198827C78B
CF64BBC:ip_addr=0:0:0:0:0:0:0:1:view_mydspace:
2011-09-22 12:25:08,186 INFO org.dspace.content.MetadataField @ Loading
MetadataField elements into cache.
2011-09-22 12:25:08,214 INFO org.dspace.content.MetadataSchema @ Loading
schema cache for fast finds
2011-09-22 12:28:52,687 ERROR org.dspace.kernel.DSpaceKernelManager @ WARN
Failed to unregister the MBean:
org.dspace:name=4aa9bf41-e4ea-4a8b-8c78-a41c052a1325,type=DSpaceKernel
2011-09-22 12:28:52,971 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/xmlui] @
Closing Spring root WebApplicationContext
2011-09-22 12:28:53,280 ERROR org.dspace.kernel.DSpaceKernelManager @ WARN
Failed to unregister the MBean:
org.dspace:name=6301e5e5-0ba3-4665-a1e7-3227f7727947,type=DSpaceKernel
2011-09-22 12:28:54,322 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/jspui] @
Closing Spring root WebApplicationContext
2011-09-22 12:28:54,325 ERROR org.dspace.kernel.DSpaceKernelManager @ WARN
Failed to unregister the MBean:
org.dspace:name=9f1f5b27-bf05-44ef-af5a-68f6df0c4e52,type=DSpaceKernel
2011-09-22 12:29:03,257 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/jspui] @
Initializing Spring root WebApplicationContext
2011-09-22 12:29:05,893 INFO net.sf.ehcache.util.UpdateChecker @ New
2011-09-22 12:29:13,099 INFO net.sf.ehcache.util.UpdateChecker @ New
2011-09-22 12:29:15,162 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/xmlui] @
Initializing Spring root WebApplicationContext
2011-09-22 12:29:16,036 INFO net.sf.ehcache.util.UpdateChecker @ New
2011-09-22 12:29:17,697 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/xmlui] @
Apache Cocoon Spring Configurator v1.0.2 is running in mode 'prod'.
2011-09-22 12:29:19,064 INFO net.sf.ehcache.util.UpdateChecker @ New
2011-09-22 12:29:19,405 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Loading XMLUI
configuration from: C:/dspace\config\xmlui.xconf
2011-09-22 12:29:19,717 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='Displaying Artifacts', path='resource://aspects/ViewArtifacts/'.
2011-09-22 12:29:19,717 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='Browsing Artifacts', path='resource://aspects/BrowseArtifacts/'.
2011-09-22 12:29:19,717 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='Searching Artifacts', path='resource://aspects/SearchArtifacts/'.
2011-09-22 12:29:19,725 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='Administration', path='resource://aspects/Administrative/'.
2011-09-22 12:29:19,725 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='E-Person', path='resource://aspects/EPerson/'.
2011-09-22 12:29:19,725 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='Submission and Workflow', path='resource://aspects/Submission/'.
2011-09-22 12:29:19,725 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='Statistics', path='resource://aspects/Statistics/'.
2011-09-22 12:29:19,727 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Theme Installed:
name='Default Reference Theme', path='Reference/', id='null', regex='.*',
handle='null'.
2011-09-22 12:29:19,730 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/xmlui] @
Cocoon: Block dispatcher was initialized successfully.
2011-09-22 12:30:50,379 ERROR org.dspace.kernel.DSpaceKernelManager @ WARN
Failed to unregister the MBean:
org.dspace:name=b01c4876-4419-4627-97fe-00ff4c32f90d,type=DSpaceKernel
2011-09-22 12:30:50,642 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/xmlui] @
Closing Spring root WebApplicationContext
2011-09-22 12:30:50,863 ERROR org.dspace.kernel.DSpaceKernelManager @ WARN
Failed to unregister the MBean:
org.dspace:name=938d5582-42e0-41c9-96e6-c91638b740cf,type=DSpaceKernel
2011-09-22 12:30:51,939 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/jspui] @
Closing Spring root WebApplicationContext
2011-09-22 12:30:51,998 ERROR org.dspace.kernel.DSpaceKernelManager @ WARN
Failed to unregister the MBean:
org.dspace:name=7ebf2818-9f7d-42cd-af23-5906aa3e3240,type=DSpaceKernel
2011-09-22 12:31:00,955 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/jspui] @
Initializing Spring root WebApplicationContext
2011-09-22 12:31:11,894 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/xmlui] @
Initializing Spring root WebApplicationContext
2011-09-22 12:31:14,162 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/xmlui] @
Apache Cocoon Spring Configurator v1.0.2 is running in mode 'prod'.
2011-09-22 12:31:15,852 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Loading XMLUI
configuration from: C:/dspace\config\xmlui.xconf
2011-09-22 12:31:16,137 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='Displaying Artifacts', path='resource://aspects/ViewArtifacts/'.
2011-09-22 12:31:16,137 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='Browsing Artifacts', path='resource://aspects/BrowseArtifacts/'.
2011-09-22 12:31:16,137 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='Searching Artifacts', path='resource://aspects/SearchArtifacts/'.
2011-09-22 12:31:16,137 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='Administration', path='resource://aspects/Administrative/'.
2011-09-22 12:31:16,137 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='E-Person', path='resource://aspects/EPerson/'.
2011-09-22 12:31:16,137 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='Submission and Workflow', path='resource://aspects/Submission/'.
2011-09-22 12:31:16,137 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Aspect Installed:
name='Statistics', path='resource://aspects/Statistics/'.
2011-09-22 12:31:16,139 INFO
org.dspace.app.xmlui.configuration.XMLUIConfiguration @ Theme Installed:
name='Default Reference Theme', path='Reference/', id='null', regex='.*',
handle='null'.
2011-09-22 12:31:16,141 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/xmlui] @
Cocoon: Block dispatcher was initialized successfully.
2011-09-22 12:31:25,012 INFO net.sf.ehcache.util.UpdateChecker @ New
2011-09-22 12:31:49,755 INFO org.dspace.app.webui.servlet.MyDSpaceServlet @
maxmilia...@stud.uni-goettingen.de:session_id=0F51C461EBA73F2198827C78B
CF64BBC:ip_addr=0:0:0:0:0:0:0:1:view_mydspace:
2011-09-22 12:31:50,412 INFO org.dspace.content.MetadataField @ Loading
MetadataField elements into cache.
2011-09-22 12:31:50,433 INFO org.dspace.content.MetadataSchema @ Loading
schema cache for fast finds
2011-09-22 12:31:55,130 INFO org.dspace.app.webui.servlet.LogoutServlet @
maxmilia...@stud.uni-goettingen.de:session_id=0F51C461EBA73F2198827C78B
CF64BBC:ip_addr=0:0:0:0:0:0:0:1:logout:
2011-09-22 12:32:05,355 INFO org.dspace.app.webui.servlet.RegisterServlet @
anonymous:session_id=96FD7A03A64CD93BACB9AFE8C49AE25D:ip_addr=0:0:0:0:0:0:0:1
:sendtoken_register:email=maxi_b...@hotmail.com
2011-09-22 12:32:06,555 INFO org.dspace.app.webui.servlet.RegisterServlet @
anonymous:session_id=96FD7A03A64CD93BACB9AFE8C49AE25D:ip_addr=0:0:0:0:0:0:0:1
:error_emailing:email=maxi_b...@hotmail.com
com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS
command first

at
com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1388)
at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:959)
at
com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:583)
at javax.mail.Transport.send0(Transport.java:169)
Reply all
Reply to author
Forward
0 new messages