Hello Fabien,
Yes I have, otherwise I couldn't have authenticated against ActiveDirectory.
It is very possible that something is wrongly configured or missing.
When I think better, adding authentication against AD was important new
thing I've introduced upon moving (not upgrading) from Continuum 1.1 to 1.2.
Critical feature lost was ability to add projects. Moving to 1.2.2
unfortunately didn't change that. Wish Continuum (and my knowledge of it)
was more mature.
Regards,
Stevo.
2008/11/24 Fabien Tillay <[EMAIL PROTECTED]>
> Have you defined a security.properties or anything else ?
>
>
> 2008/11/24 Stevo Slavić <[EMAIL PROTECTED]>
>
> > It worked for me too on continuum 1.1, rest of the environment was
> exactly
> > the same.
> >
> > 2008/11/24 Fabien Tillay <[EMAIL PROTECTED]>
> >
> > > I've got exactly the same problem
> > > I cannot add a pom.xml from a https source with 1.2.2 (it works fine
> with
> > > 1.1)
> > >
> > >
> > >
> > > 2008/11/24 Stevo Slavić <[EMAIL PROTECTED]>
> > >
> > > > Hello all,
> > > >
> > > > First of all, I'd like to thank you for your support.
> > > >
> > > > No, there are no special characters in credentials, and yes, I found
> in
> > > log
> > > > [2] that continuum is trying to retrieve the pom file using
> credentials
> > > but
> > > > it also prints there are some errors. Not sure what these errors
> were,
> > > > except those found in stderrout.log ("Item is a file upload of 0
> size,
> > > > ignoring", see my first comment/email).
> > > >
> > > > I believe problem is in security configuration, in certificates. I've
> > > tried
> > > > to download pom at the continuum server using wget, but it fails with
> > > [3].
> > > > Similarly if I do openssl check ("openssl s_client -connect
> > svnserver:443
> > > > -showcerts") error [4] is reported. I'm having problems to understand
> > > these
> > > > error reports from wget and openssl. Anyway, how does continuum
> > download
> > > > pom.xml from specified URL, or better how can I establish if it is
> > having
> > > > similar issues with certificates like wget and openssl report?
> > > >
> > > > Regards,
> > > > Stevo.
> > > >
> > > >
> > > > [2] continuum.log (anonymized)
> > > >
> > > > 2008-11-23 16:24:03,631 [addMavenTwoProjectBackgroundThread] INFO
> > > > continuumProjectBuilder#maven-two-builder - Downloading
> > > https://username:
> > > > [EMAIL PROTECTED]/project/trunk/pom.xml
> > > > 2008-11-23 16:24:04,034 [addMavenTwoProjectBackgroundThread] INFO
> > > > continuum - Created 0 projects.
> > > > 2008-11-23 16:24:04,035 [addMavenTwoProjectBackgroundThread] INFO
> > > > continuum - Created 0 project groups.
> > > > 2008-11-23 16:24:04,035 [addMavenTwoProjectBackgroundThread] INFO
> > > > continuum - 1 errors.
> > > > 2008-11-23 16:24:04,035 [addMavenTwoProjectBackgroundThread] INFO
> > > > continuum - 1 errors during project add:
> > > > 2008-11-23 16:24:04,035 [addMavenTwoProjectBackgroundThread] INFO
> > > > continuum -
> > > >
> > > > [3] wget error report
> > > >
> > > > ERROR: Certificate verification error for svnserver: unable to get
> > local
> > > > issuer certificate
> > > >
> > > > [4] openssl error report
> > > > ...
> > > > verify error:num=20:unable to get local issuer certificate
> > > > verify return:1
> > > > ...
> > > > verify error:num=27:certificate not trusted
> > > > verify return:1
> > > > ...
> > > > verify error:num=21:unable to verify the first certificate
> > > > verify return:1
> > > > ...
> > > >
> > > >
> > > > 2008/11/24 Wendy Smoak <[EMAIL PROTECTED]>
> > > >
> > > > > On Mon, Nov 24, 2008 at 2:15 AM, Stevo Slavić <[EMAIL PROTECTED]>
> > > wrote:
> > > > >
> > > > > > When I try to add a maven 2 multi-module project to a fresh
> > continuum
> > > > > > installation by specifying pom URL of the root module I receive
> an
> > > > error:
> > > > > > "Unable to connect to remote server". From the message it is not
> > > clear
> > > > > which
> > > > > > server continuum has problem connecting to.
> > > > >
> > > > > Does your userid or password have any special characters which
> might
> > > > > cause problems in a URL?
> > > > >
> > > > > Continuum does use the credentials you give it to retrieve the pom
> > > > > from the url. It does this by constructing a url containing the
> > > > > userid and password. (Actually you should see this in the logs,
> with
> > > > > ***'s for the password.)
> > > > >
> > > > > For example:
> > > > >
> > > > > 2008-11-24 07:36:27,241 [addMavenTwoProjectBackgroundThread] INFO
> > > > > continuumProjectBuilder#maven-two-builder - Downloading
> > > > > https://wsmoak:[EMAIL PROTECTED]/svn/wsmoak/hello/trunk/pom.xml
> > > > >
> > > > > Then later to check out, it uses the same credentials, which it has
> > > > > stored in the database:
> > > > >
> > > > > 008-11-24 07:36:31,045 [pool-2-thread-1] INFO
> > action#checkout-project
> > > > > - Checking out project: 'hello', id: '19' to
> > > > > '/home/wsmoak/apache-continuum-1.2.2/data/working-directory/19'.
> > > > > 2008-11-24 07:36:31,094 [pool-2-thread-1] INFO
> > > > >
> > > > > org.apache.continuum.scm.manager.Slf4jScmLogger - Executing:
> /bin/sh
> > > > > -c cd /home/wsmoak/apache-continuum-1.2.2/data/working-directory &&
> > > > > svn --username wsmoak --password '*****' --non-interactive checkout
> > > > > https://example.com/svn/wsmoak/hello/trunk 19
> > > > >
> > > > > --
> > > > > Wendy
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Cordialement
> > > Fabien Tillay
> > >
> >
>
>
>
> --
> Cordialement
> Fabien Tillay
>