Continuum

CLONE -Cannot reference POM via http link with authentication

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Cannot Reproduce
  • Affects Version/s: None
  • Fix Version/s: 1.1-alpha-1
  • Component/s: None
  • Labels:
    None
  • Complexity:
    Intermediate
  • Number of attachments :
    0

Description

Continuum is not able to download a POM from a URL like http://user:password@host/trunk/pom.xml. I've seen a number of bugs posted relating to this issue, but they've been closed almost 6 months ago. Has this feature been left out of the 1.0.2 release?

Activity

Hide
Scott McLachlan added a comment -

This issue is not resolved.

I get the following error message in my log:

jvm 1 | 2006-06-08 15:23:01,054 [SocketListener0-0] INFO ContinuumProjectBuilder:maven-two-builder - Downloading https://scc.cerebit.com/svn/sample/trunk/proficio/pom.xml
jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - Created 0 projects.
jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - Created 0 project groups.
jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - 1 warnings.
jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - Could not download https://my.server.com/svn/sample/trunk/proficio/pom.xml: Server returned HTTP response code: 401 for URL: https://my.server.com/svn/sample/trunk/proficio/pom.xml

The URL is good and the username:password are good. If I use the same parameters in the Ant project setup i can connect fine to subversion.

Show
Scott McLachlan added a comment - This issue is not resolved. I get the following error message in my log: jvm 1 | 2006-06-08 15:23:01,054 [SocketListener0-0] INFO ContinuumProjectBuilder:maven-two-builder - Downloading https://scc.cerebit.com/svn/sample/trunk/proficio/pom.xml jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - Created 0 projects. jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - Created 0 project groups. jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - 1 warnings. jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - Could not download https://my.server.com/svn/sample/trunk/proficio/pom.xml: Server returned HTTP response code: 401 for URL: https://my.server.com/svn/sample/trunk/proficio/pom.xml The URL is good and the username:password are good. If I use the same parameters in the Ant project setup i can connect fine to subversion.
Hide
Brett Porter added a comment -

what issue did you clone?

Show
Brett Porter added a comment - what issue did you clone?
Hide
Scott McLachlan added a comment -

issue 587.

I'm using 1.03 and cannot retrieve my project in subversion with the following URL

https:username:password@www.server.com/svn/sample/trunk/pom.xml

I get the following error message:

jvm 1 | 2006-06-08 15:23:01,054 [SocketListener0-0] INFO ContinuumProjectBuilder:maven-two-builder - Downloading https://my.server.com/svn/sample/trunk/proficio/pom.xml
jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - Created 0 projects.
jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - Created 0 project groups.
jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - 1 warnings.
jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - Could not download https://my.server.com/svn/sample/trunk/proficio/pom.xml: Server returned HTTP response code: 401 for URL: https://my.server.com/svn/sample/trunk/proficio/pom.xml

As I stated the username:password is valid. I can use the same information if I create an ANT project. I cannot create a M2 project because it isn't accepting the authenticated URL.

Show
Scott McLachlan added a comment - issue 587. I'm using 1.03 and cannot retrieve my project in subversion with the following URL https:username:password@www.server.com/svn/sample/trunk/pom.xml I get the following error message: jvm 1 | 2006-06-08 15:23:01,054 [SocketListener0-0] INFO ContinuumProjectBuilder:maven-two-builder - Downloading https://my.server.com/svn/sample/trunk/proficio/pom.xml jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - Created 0 projects. jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - Created 0 project groups. jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - 1 warnings. jvm 1 | 2006-06-08 15:23:01,156 [SocketListener0-0] INFO Continuum - Could not download https://my.server.com/svn/sample/trunk/proficio/pom.xml: Server returned HTTP response code: 401 for URL: https://my.server.com/svn/sample/trunk/proficio/pom.xml As I stated the username:password is valid. I can use the same information if I create an ANT project. I cannot create a M2 project because it isn't accepting the authenticated URL.
Hide
Al Maw added a comment -

I've just tried this on our HTTP-authed viewcvs repository, and the initial addition and build works just fine.

Show
Al Maw added a comment - I've just tried this on our HTTP-authed viewcvs repository, and the initial addition and build works just fine.
Hide
Scott McLachlan added a comment -

can I get a copy of the latest snapshot distribution? the current 1.03 does not allow me to use https and an authenticated url.

Show
Scott McLachlan added a comment - can I get a copy of the latest snapshot distribution? the current 1.03 does not allow me to use https and an authenticated url.
Hide
Peter Monks added a comment -

FWIW I'm seeing exactly the same behaviour here (with continuum 1.0.3).

Show
Peter Monks added a comment - FWIW I'm seeing exactly the same behaviour here (with continuum 1.0.3).
Hide
Jörg Prante added a comment -

I see this very annoying bug here with 1.0.3, too.

There are at least four subsequent requests for the pom.xml. Three succeeds with HTTP authentication, but the last fails because no authentication challenge is sent to the server.

Please note that the server is accessed by HTTPS.

The Apache log of the subversion repository:

myhost - continuum [24/Jun/2006:10:06:18 +0200] "GET /svn/myproject/current/pom.xml HTTP/1.1" 200 7177 "-" "Java/1.5.0_07"
myhost - continuum [24/Jun/2006:10:06:18 +0200] "GET /svn/myproject/current/pom.xml HTTP/1.1" 200 7177 "-" "Java/1.5.0_07"
myhost - continuum [24/Jun/2006:10:06:18 +0200] "GET /svn/myproject/current/pom.xml HTTP/1.1" 200 7177 "-" "Java/1.5.0_07"
myhost - - [24/Jun/2006:10:06:18 +0200] "GET /svn/myproject/current/pom.xml HTTP/1.1" 401 485 "-" "Java/1.5.0_07"

Hope this helps.

Show
Jörg Prante added a comment - I see this very annoying bug here with 1.0.3, too. There are at least four subsequent requests for the pom.xml. Three succeeds with HTTP authentication, but the last fails because no authentication challenge is sent to the server. Please note that the server is accessed by HTTPS. The Apache log of the subversion repository: myhost - continuum [24/Jun/2006:10:06:18 +0200] "GET /svn/myproject/current/pom.xml HTTP/1.1" 200 7177 "-" "Java/1.5.0_07" myhost - continuum [24/Jun/2006:10:06:18 +0200] "GET /svn/myproject/current/pom.xml HTTP/1.1" 200 7177 "-" "Java/1.5.0_07" myhost - continuum [24/Jun/2006:10:06:18 +0200] "GET /svn/myproject/current/pom.xml HTTP/1.1" 200 7177 "-" "Java/1.5.0_07" myhost - - [24/Jun/2006:10:06:18 +0200] "GET /svn/myproject/current/pom.xml HTTP/1.1" 401 485 "-" "Java/1.5.0_07" Hope this helps.
Hide
Jörg Prante added a comment -

Looks like Continuum performs mixed HTTP/HTTPS client accesses on a HTTPS address and gets totally confused.

After disabling HTTP authentication and allowing access from within localhost to the subversion repository, I get the following "plaintext" exception for the Maven-2 URL

https://localhost/svn/myproject/current/pom.xml

INFO | jvm 1 | 2006/06/24 10:41:59 | 2006-06-24 10:41:59,336 [SocketListener0-1] INFO Validator:url-source - An error is occurred.
INFO | jvm 1 | 2006/06/24 10:41:59 | javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
INFO | jvm 1 | 2006/06/24 10:41:59 | at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(InputRecord.java:525)
INFO | jvm 1 | 2006/06/24 10:41:59 | at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:355)
INFO | jvm 1 | 2006/06/24 10:41:59 | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:723)
INFO | jvm 1 | 2006/06/24 10:41:59 | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1030)
INFO | jvm 1 | 2006/06/24 10:41:59 | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1057)
INFO | jvm 1 | 2006/06/24 10:41:59 | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1041)
INFO | jvm 1 | 2006/06/24 10:41:59 | at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:402)
INFO | jvm 1 | 2006/06/24 10:41:59 | at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:170)
INFO | jvm 1 | 2006/06/24 10:41:59 | at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:916)
INFO | jvm 1 | 2006/06/24 10:41:59 | at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.formica.util.MungedHttpsURL.isValid(MungedHttpsURL.java:111)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.formica.validation.UrlSourceValidator.validate(UrlSourceValidator.java:63)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.formica.DefaultFormManager.validateElements(DefaultFormManager.java:195)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.formica.DefaultFormManager.validate(DefaultFormManager.java:124)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.formica.DefaultFormManager.validate(DefaultFormManager.java:114)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.formica.action.AbstractEntityAction.execute(AbstractEntityAction.java:107)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.summit.pipeline.valve.ActionValve.invoke(ActionValve.java:68)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(AbstractPipeline.java:70)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.summit.Summit.doGet(Summit.java:54)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.summit.Summit.doPost(Summit.java:108)
INFO | jvm 1 | 2006/06/24 10:41:59 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:615)
INFO | jvm 1 | 2006/06/24 10:41:59 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:525)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.HttpServer.service(HttpServer.java:879)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:789)INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331)
INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520)

Show
Jörg Prante added a comment - Looks like Continuum performs mixed HTTP/HTTPS client accesses on a HTTPS address and gets totally confused. After disabling HTTP authentication and allowing access from within localhost to the subversion repository, I get the following "plaintext" exception for the Maven-2 URL https://localhost/svn/myproject/current/pom.xml INFO | jvm 1 | 2006/06/24 10:41:59 | 2006-06-24 10:41:59,336 [SocketListener0-1] INFO Validator:url-source - An error is occurred. INFO | jvm 1 | 2006/06/24 10:41:59 | javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? INFO | jvm 1 | 2006/06/24 10:41:59 | at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(InputRecord.java:525) INFO | jvm 1 | 2006/06/24 10:41:59 | at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:355) INFO | jvm 1 | 2006/06/24 10:41:59 | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:723) INFO | jvm 1 | 2006/06/24 10:41:59 | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1030) INFO | jvm 1 | 2006/06/24 10:41:59 | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1057) INFO | jvm 1 | 2006/06/24 10:41:59 | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1041) INFO | jvm 1 | 2006/06/24 10:41:59 | at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:402) INFO | jvm 1 | 2006/06/24 10:41:59 | at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:170) INFO | jvm 1 | 2006/06/24 10:41:59 | at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:916) INFO | jvm 1 | 2006/06/24 10:41:59 | at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.formica.util.MungedHttpsURL.isValid(MungedHttpsURL.java:111) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.formica.validation.UrlSourceValidator.validate(UrlSourceValidator.java:63) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.formica.DefaultFormManager.validateElements(DefaultFormManager.java:195) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.formica.DefaultFormManager.validate(DefaultFormManager.java:124) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.formica.DefaultFormManager.validate(DefaultFormManager.java:114) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.formica.action.AbstractEntityAction.execute(AbstractEntityAction.java:107) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.summit.pipeline.valve.ActionValve.invoke(ActionValve.java:68) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(AbstractPipeline.java:70) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.summit.Summit.doGet(Summit.java:54) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.codehaus.plexus.summit.Summit.doPost(Summit.java:108) INFO | jvm 1 | 2006/06/24 10:41:59 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:615) INFO | jvm 1 | 2006/06/24 10:41:59 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:525) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.HttpServer.service(HttpServer.java:879) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:789)INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) INFO | jvm 1 | 2006/06/24 10:41:59 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520)
Hide
Jörg Prante added a comment -

Sorry, the exception occurs because of a virtual host configuration without SSL port.

Anyway, I thought I got it

https://myhost:443/svn/myproject/current/pom.xml

but itfails with the message

Could not download https://myhost:443/svn/myproject/current/pom.xml:
/tmp/continuum/svn/myproject/current/pom.xml (Not a directory)

INFO | jvm 1 | 2006/06/24 10:54:41 | 2006-06-24 10:54:41,297 [SocketListener0-1] INFO ContinuumProjectBuilder:maven-two-builder - Downloading https://myserver:443/svn/myproject/current/pom.xml
INFO | jvm 1 | 2006/06/24 10:54:41 | 2006-06-24 10:54:41,395 [SocketListener0-1] INFO Continuum - Created 0 projects.
INFO | jvm 1 | 2006/06/24 10:54:41 | 2006-06-24 10:54:41,395 [SocketListener0-1] INFO Continuum - Created 0 project groups.
INFO | jvm 1 | 2006/06/24 10:54:41 | 2006-06-24 10:54:41,395 [SocketListener0-1] INFO Continuum - 1 warnings.
INFO | jvm 1 | 2006/06/24 10:54:41 | 2006-06-24 10:54:41,396 [SocketListener0-1] INFO Continuum - Could not download https://myserver:443/svn/myproject/current/pom.xml: /tmp/continuum/svn/myproject/current/pom.xml (Not a directory)

If I try to enter athe URL without pom.xml

https://myhost:443/svn/myproject/current

the message is not surprisingly "Is a directory"

INFO | jvm 1 | 2006/06/24 11:05:41 | 2006-06-24 11:05:41,898 [SocketListener0-1] INFO ContinuumProjectBuilder:maven-two-builder - Downloading https://myhost:443/svn/myproject/current
INFO | jvm 1 | 2006/06/24 11:05:42 | 2006-06-24 11:05:42,060 [SocketListener0-1] INFO Continuum - Created 0 projects.
INFO | jvm 1 | 2006/06/24 11:05:42 | 2006-06-24 11:05:42,060 [SocketListener0-1] INFO Continuum - Created 0 project groups.
INFO | jvm 1 | 2006/06/24 11:05:42 | 2006-06-24 11:05:42,060 [SocketListener0-1] INFO Continuum - 1 warnings.
INFO | jvm 1 | 2006/06/24 11:05:42 | 2006-06-24 11:05:42,061 [SocketListener0-1] INFO Continuum - Could not download https://lmyhost:443/svn/myproject/current: /tmp/continuum/svn/myproject/current (Is a directory)

I'm lost. Any hints?

Show
Jörg Prante added a comment - Sorry, the exception occurs because of a virtual host configuration without SSL port. Anyway, I thought I got it https://myhost:443/svn/myproject/current/pom.xml but itfails with the message Could not download https://myhost:443/svn/myproject/current/pom.xml: /tmp/continuum/svn/myproject/current/pom.xml (Not a directory) INFO | jvm 1 | 2006/06/24 10:54:41 | 2006-06-24 10:54:41,297 [SocketListener0-1] INFO ContinuumProjectBuilder:maven-two-builder - Downloading https://myserver:443/svn/myproject/current/pom.xml INFO | jvm 1 | 2006/06/24 10:54:41 | 2006-06-24 10:54:41,395 [SocketListener0-1] INFO Continuum - Created 0 projects. INFO | jvm 1 | 2006/06/24 10:54:41 | 2006-06-24 10:54:41,395 [SocketListener0-1] INFO Continuum - Created 0 project groups. INFO | jvm 1 | 2006/06/24 10:54:41 | 2006-06-24 10:54:41,395 [SocketListener0-1] INFO Continuum - 1 warnings. INFO | jvm 1 | 2006/06/24 10:54:41 | 2006-06-24 10:54:41,396 [SocketListener0-1] INFO Continuum - Could not download https://myserver:443/svn/myproject/current/pom.xml: /tmp/continuum/svn/myproject/current/pom.xml (Not a directory) If I try to enter athe URL without pom.xml https://myhost:443/svn/myproject/current the message is not surprisingly "Is a directory" INFO | jvm 1 | 2006/06/24 11:05:41 | 2006-06-24 11:05:41,898 [SocketListener0-1] INFO ContinuumProjectBuilder:maven-two-builder - Downloading https://myhost:443/svn/myproject/current INFO | jvm 1 | 2006/06/24 11:05:42 | 2006-06-24 11:05:42,060 [SocketListener0-1] INFO Continuum - Created 0 projects. INFO | jvm 1 | 2006/06/24 11:05:42 | 2006-06-24 11:05:42,060 [SocketListener0-1] INFO Continuum - Created 0 project groups. INFO | jvm 1 | 2006/06/24 11:05:42 | 2006-06-24 11:05:42,060 [SocketListener0-1] INFO Continuum - 1 warnings. INFO | jvm 1 | 2006/06/24 11:05:42 | 2006-06-24 11:05:42,061 [SocketListener0-1] INFO Continuum - Could not download https://lmyhost:443/svn/myproject/current: /tmp/continuum/svn/myproject/current (Is a directory) I'm lost. Any hints?
Hide
Jörg Prante added a comment -

Just for the files:

I had to restart Continuum. After that, the messages regarding "Not a directory" and "Is a directory" disappeared. The Maven 2 pom.xml was accepted.

Thank you for your patience.

Show
Jörg Prante added a comment - Just for the files: I had to restart Continuum. After that, the messages regarding "Not a directory" and "Is a directory" disappeared. The Maven 2 pom.xml was accepted. Thank you for your patience.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: