You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@archiva.apache.org by Jörg Schaible <jo...@gmx.de> on 2016/07/20 23:25:19 UTC

Re: Upgrading from ancient 1.3.6 to 2.2.1

I am still stuck with this problem ...

J�rg Schaible wrote:

> Olivier Lamy wrote:
> 
>> Hi
>> Does the directory exists? /data/jcr
> 
> After fixing the value for appserver.base, it could create those directory
> below ${appserver.base}.
> 
>> Well there is no migration, only the first scan will be a bit longer.
> 
> Archiva works now for my builds. Thanks!
> 
> However, I cannot login. It claims the password is expired and when I want
> to reset it, I should contact the admin, because it fails. In the logs I
> can see following stack trace:
> 
> ================== %< ========================
> Caused by: org.springframework.mail.MailSendException: Failed messages:
> com.sun.mail.smtp.SMTPSendFailedException: 400 STARTTLS is required first.
> 
>         at
> 
org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:474)
> ~[spring-context-support-4.2.1.RELEASE.jar:4.2.1.RELEASE]
>         at
> 
org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:345)
> ~[spring-context-support-4.2.1.RELEASE.jar:4.2.1.RELEASE]
>         at
> 
org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:340)
> ~[spring-context-support-4.2.1.RELEASE.jar:4.2.1.RELEASE]
>         at
> 
org.apache.archiva.redback.integration.mail.MailerImpl.sendMessage(MailerImpl.java:135)
> ~[redback-common-integrations-2.4.jar:2.4]
>         at
> 
org.apache.archiva.redback.integration.mail.MailerImpl.sendPasswordResetEmail(MailerImpl.java:89)
> ~[redback-common-integrations-2.4.jar:2.4]
>         at
> 
org.apache.archiva.redback.rest.services.DefaultUserService.resetPassword(DefaultUserService.java:585)
> ~[redback-rest-services-2.4.jar:2.4]
> ================== %< ========================
> 
> Catch-22. Any idea what to do?
> 
> - J�rg