You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Alexandre Poitras <al...@gmail.com> on 2006/03/13 15:49:50 UTC

Re: Connection refused(Urgent Please)

Have you added a server section in your settings.xml file ? It is
mandatory to authenticate correctly.

On 3/13/06, Venkatagopalaraju <ve...@realsoftinc.com> wrote:
> Dear Maven Users,
>       When I am trying to generate site(site:deployment), getting Connection refused. What I did is...
> In Pom.xml, I added as
>
> <distributionManagement>
>   <site>
>     <id>www.realsoftinc.com</id>
>     <name>Deployment Server</name>
>     <url>scp://www.realsoftinc.com/fullsite</url>
>   </site>
> </distributionManagement>
>
>  <build>
>     ......
> <plugin>
>        <groupId>org.apache.maven.plugins</groupId>
>        <artifactId>maven-site-plugin</artifactId>
>        <configuration>
>          <templateDirectory>${basedir}</templateDirectory>
>          <template>maven-site.vm</template>
>        </configuration>
>       </plugin>
> </build>
> <reporting>
> <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-project-info-reports-plugin</artifactId>
>       </plugin>
> </reporting>
>
>
> These are main tags for site generation, which I added in pom.xml. But problem is when I try to add below tags
>
> distributionManagement>
>   <site>
>     <id>www.realsoftinc.com</id>
>     <name>Deployment Server</name>
>     <url>scp://www.realsoftinc.com/fullsite</url>
>   </site>
> </distributionManagement>
>
> in setting.xml, it is generating error. When I try to run without adding(above tags) in setting.xml, getting following error.
> Could Anyone please let me know, where I did worng...? Please help me out from this problem, because this task is urgent for our project.
>
>
>
>
>
> [INFO] [site:deploy]
>  Session error: com.jcraft.jsch.JSchException: Session.connect: java.net.Connect
> Exception: Connection refused: connect
> scp://www.realsoftinc.com/fullsite - Session: Disconnecting
> scp://www.realsoftinc.com/fullsite - Session: Disconnected
> [INFO] -------------------------------------------------------------------------
> ---
> [ERROR] BUILD ERROR
> [INFO] -------------------------------------------------------------------------
> ---
> [INFO] Error uploading site
>
> Embedded error: Cannot connect. Reason: Session.connect: java.net.ConnectExcepti
> on: Connection refused: connect
>
>


--
Alexandre Poitras
Québec, Canada

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org