You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Joe Argiro <Jo...@idt.net> on 2009/10/05 20:40:00 UTC

(M2) site:deploy null pointer exception

 

Recently switched  to maven2  2.2.1

Running on a solaris box

 

Seem to have a problem with Site:deploy,

Which works most of the time.

But fails at least once per week ( random date & times )

 

 

 

 

 

 

site:deploy {execution: default-deploy} 

Using private key: /u/ixc/.ssh/id_dsa

scp:/xxxxx.com/opt/bea/apache2.0/htdocs/Development/r1130/xxapp -
Session: Opened

Executing command: mkdir -p
/opt/bea/apache2.0/htdocs/Development/r1130/xxapp/.

Executing command: mkdir -p
/opt/bea/apache2.0/htdocs/Development/r1130/xxapp/.

Transfer error: org.apache.maven.wagon.CommandExecutionException: Cannot
execute remote command: mkdir -p
/opt/bea/apache2.0/htdocs/Development/r1130/xxap/.

Transfer error: org.apache.maven.wagon.TransferFailedException: Cannot
execute remote command: mkdir -p
/opt/bea/apache2.0/htdocs/Development/r1130/xxapp/.

scp://pydev59c.ixtelecom.com/opt/bea/apache2.0/htdocs/Development/r1130/
xxapp - Session: Disconnecting

scp://pydev59c.ixtelecom.com/opt/bea/apache2.0/htdocs/Development/r1130/
xxapp - Session: Disconnected

[INFO]
------------------------------------------------------------------------

[ERROR] BUILD ERROR

[INFO]
------------------------------------------------------------------------

[INFO] Error uploading site

Embedded error: Cannot execute remote command: mkdir -p
/opt/bea/apache2.0/htdocs/Development/r1130/xxap/.

java.lang.NullPointerException

 

 

any suggestions

 

--joe