On 24.09.2005, at 02:31, Brett Porter wrote:
Yep, sftp will work. ftp will work if wagon-ftp is added as an extension.

So I switched my access method from scp to sftp with beta-1.

Now I'm trying to deploy a project that does not yet exist in either the local or internal (company-wide) repository, and m2 fails like this:

---
[INFO] [install:install]
[INFO] [deploy:deploy]
Uploading: sftp://internal.example.com/home/maven/maven2/blah/blah/ 0.1/blah-0.1.jar
[INFO] Retrieving previous metadata from internal
[INFO] ------------------------------------------------------------------------ ----
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------ ----
[INFO] Diagnosis: Error deploying artifact
[INFO] ------------------------------------------------------------------------ ----
[ERROR] Cause:
org.apache.maven.plugin.MojoExecutionException: Error deploying artifact
...
Caused by: org.apache.maven.artifact.deployer.ArtifactDeploymentException: Error deploying artifact:
...
Caused by: org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException: U nable to retrieve metadata
....
Caused by: org.apache.maven.wagon.TransferFailedException: Error occured while downloading from the remote repository:[internal] -> sftp://internal.example.com/home/maven/maven2
...
Caused by: No such file
        at com.jcraft.jsch.ChannelSftp.throwStatusError(Unknown Source)
        at com.jcraft.jsch.ChannelSftp.stat(Unknown Source)
        at com.jcraft.jsch.ChannelSftp.get(Unknown Source)
        at com.jcraft.jsch.ChannelSftp.get(Unknown Source)
at org.apache.maven.wagon.providers.ssh.SftpWagon.get (SftpWagon.java:216)
---

In the internal repository, the jar, jar.md5 and jar.sha1 files have been created, but no pom. I'm wondering what file m2 is trying to retrieve? The "No such file" error message could be improved by adding the expected file name.

The doco on this area is a little lean, but we're working on it now.

Thanks Brett, your work on m2 and help on this list is highly appreciated!

Cheers,
-Ralph.

On 9/23/05, Ralph Pöllath <[EMAIL PROTECTED]> wrote:

Hi,

since deployment via scp is broken for me in beta-1, is there a
possible alternative, like sftp or ftp?

Maybe I'm lacking sleep or caffeine, but I just cannot find any
documentation on this.

Cheers,
-Ralph.

On 22.09.2005, at 12:45, Ralph Pöllath wrote:

On 22.09.2005, at 11:53, Brett Porter wrote:

Not what I wanted to see :(

Can you post this to JIRA for tracking, and I'll take a look at what
has changed since alpha-3 to try and narrow it down.


Done: http://jira.codehaus.org/browse/MNG-959


Do other jdks or servers succeed?


I have no way of trying right now, but will comment on MNG-959 once
I find out.

Cheers,
-Ralph.


On 9/22/05, Ralph Pöllath <[EMAIL PROTECTED]> wrote:


"Connect thread maven.example.com session" prio=5 tid=0x005651b0
nid=0x1e20000 runnable [f0c89000..f0c89ac0]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read
(SocketInputStream.java:129)
         at com.jcraft.jsch.IO.getByte(Unknown Source)
         at com.jcraft.jsch.Session.read(Unknown Source)
         at com.jcraft.jsch.Session.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:552)

"main" prio=5 tid=0x00500e30 nid=0x1804600 in Object.wait()
[f07fe000..f08002c8]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x650a5f08> (a com.jcraft.jsch.Channel
$MyPipedInputStream)
at java.io.PipedInputStream.read(PipedInputStream.java: 229)
         - locked <0x650a5f08> (a com.jcraft.jsch.Channel
$MyPipedInputStream)
         at org.apache.maven.wagon.providers.ssh.ScpWagon.checkAck
(ScpWagon.java:614)
         at org.apache.maven.wagon.providers.ssh.ScpWagon.get
(ScpWagon.java:407)



-------------------------------------------------------------------- -
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]

Reply via email to