it doesn't work from home either. There are some released artifacts in the mevenide's part of remote repository already that were created before the beaver crash. These directories and files seem to be owned by root now (when I mounted the webdav dir using mount -t davfs2) So probably a configuration issue..
Milos On 6/16/06, Milos Kleint <[EMAIL PROTECTED]> wrote:
On 6/16/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > Seems to be a connection problem : Caused by: java.net.UnknownHostException: dav.codehaus.org > > Do you have installed the certificate for codehaus? http://docs.codehaus.org/display/HAUSMATES/WebDAV Yes. > Do you have configured your project correctly? http://docs.codehaus.org/display/HAUSMATES/Maven+Guide Yes. I was able to deploy the website yesterday (from home however, not behind the firewall) > Do you have set the repository ID for your project on xircles? Yes, I did, filed an issue with Ben who enabled it. I have correct proxy settings in the settings.xml, i'm able to download from remote repositories. Milos > > Emmanuel > > Milos Kleint a écrit : > > well, actually i'm having problems deploying behind the firewall.. > > > > Milos > > > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] BUILD ERROR > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Error deploying artifact: Failed to create destination WebDAV > > collection (directory): > > /repository/mevenide/org/codehaus/mevenide/mevenide2-parent/1.2 > > > > dav.codehaus.org > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Trace > > org.apache.maven.lifecycle.LifecycleExecutionException: Error > > deploying artifact: Failed to create destination WebDAV collection > > (directory): > > /repository/mevenide/org/codehaus/mevenide/mevenide2-parent/1.2 > > at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559) > > > > at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475) > > > > at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454) > > > > at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306) > > > > at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273) > > > > at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140) > > > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > > > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > > > at java.lang.reflect.Method.invoke(Method.java:589) > > at > > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > > at > > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > > Caused by: org.apache.maven.plugin.MojoExecutionException: Error > > deploying artifact: Failed to create destination WebDAV collection > > (directory): > > /repository/mevenide/org/codehaus/mevenide/mevenide2-parent/1.2 > > at > > org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:143) > > at > > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412) > > > > at > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534) > > > > ... 16 more > > Caused by: org.apache.maven.artifact.deployer.ArtifactDeploymentException: > > Error deploying artifact: Failed to create destination WebDAV > > collection (directory): > > /repository/mevenide/org/codehaus/mevenide/mevenide2-parent/1.2 > > at > > org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:91) > > > > at > > org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:121) > > ... 18 more > > Caused by: org.apache.maven.wagon.TransferFailedException: Failed to > > create destination WebDAV collection (directory): > > /repository/mevenide/org/codehaus/mevenide/mevenide2-parent/1.2 > > at > > org.apache.maven.wagon.providers.webdav.WebDavWagon.put(WebDavWagon.java:247) > > > > at > > org.apache.maven.artifact.manager.DefaultWagonManager.putRemoteFile(DefaultWagonManager.java:180) > > > > at > > org.apache.maven.artifact.manager.DefaultWagonManager.putArtifact(DefaultWagonManager.java:109) > > > > at > > org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:77) > > > > ... 19 more > > Caused by: java.net.UnknownHostException: dav.codehaus.org > > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177) > > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > > at java.net.Socket.connect(Socket.java:516) > > at > > com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:548) > > at > > com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:351) > > at > > com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:71) > > > > at > > org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:93) > > > > at > > org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:652) > > at > > org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:628) > > at > > org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:497) > > at > > org.apache.webdav.lib.WebdavResource.mkcolMethod(WebdavResource.java:4106) > > at > > org.apache.maven.wagon.providers.webdav.WebDavWagon.put(WebDavWagon.java:241) > > > > ... 22 more > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 5 seconds > > [INFO] Finished at: Fri Jun 16 09:52:20 CEST 2006 > > [INFO] Final Memory: 5M/10M > > [INFO] > > ------------------------------------------------------------------------ > > [EMAIL PROTECTED] mevenide2]$ > > > > > > On 6/15/06, Milos Kleint <[EMAIL PROTECTED]> wrote: > >> +1 > >> managed to deploy the site for mevenide2 easily. > >> > >> Milos > >> > >> On 6/15/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > >> > hi, > >> > > >> > wagon-webdav providers works fine and it is required for some > >> release of mojo and plexus projects. > >> > > >> > here my +1 > >> > > >> > Emmanuel > >> > > >> > > >> > --------------------------------------------------------------------- > >> > To unsubscribe, e-mail: [EMAIL PROTECTED] > >> > For additional commands, e-mail: [EMAIL PROTECTED] > >> > > >> > > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
