[JIRA] Created: (APF-920) mvn appfuse:full-source failed with svn: Connection timed out: connect

5 messages Options
Embed this post
Permalink
AppFuse - Issues mailing list

[JIRA] Created: (APF-920) mvn appfuse:full-source failed with svn: Connection timed out: connect

Reply Threaded More More options
Print post
Permalink
mvn appfuse:full-source failed with svn: Connection timed out: connect
----------------------------------------------------------------------

                 Key: APF-920
                 URL: http://issues.appfuse.org/browse/APF-920
             Project: AppFuse
          Issue Type: Bug
          Components: Build, Test, or Deploy Process
    Affects Versions: 2.0 Final
         Environment: windows vista 64bit
maven 2.0.7
java 1.6.0_02
            Reporter: Andreas Höhmann
            Assignee: Matt Raible
            Priority: Minor


I start "mvn appfuse:full-source" behind a http-proxy ... but if i start a svn update inside a other project (ajax4jsf) all works fine.
What can i do to full-source my brand new appfuse-project :)

regards
andreas

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

AppFuse - Issues mailing list

[JIRA] Commented: (APF-920) mvn appfuse:full-source failed with svn: Connection timed out: connect

Reply Threaded More More options
Print post
Permalink

    [ http://issues.appfuse.org/browse/APF-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12130 ]

Matt Raible commented on APF-920:
---------------------------------

Have you made proxy changes to your Subversion client in order to connect to ajax4jsf? Is it going over http or https? I don't know if this is a "bug" per se as this feature has worked well for many other users. You might try using Java 5.

> mvn appfuse:full-source failed with svn: Connection timed out: connect
> ----------------------------------------------------------------------
>
>                 Key: APF-920
>                 URL: http://issues.appfuse.org/browse/APF-920
>             Project: AppFuse
>          Issue Type: Bug
>          Components: Build, Test, or Deploy Process
>    Affects Versions: 2.0 Final
>         Environment: windows vista 64bit
> maven 2.0.7
> java 1.6.0_02
>            Reporter: Andreas Höhmann
>            Assignee: Matt Raible
>            Priority: Minor
>
> I start "mvn appfuse:full-source" behind a http-proxy ... but if i start a svn update inside a other project (ajax4jsf) all works fine.
> What can i do to full-source my brand new appfuse-project :)
> regards
> andreas

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

AppFuse - Issues mailing list

[JIRA] Commented: (APF-920) mvn appfuse:full-source failed with svn: Connection timed out: connect

Reply Threaded More More options
Print post
Permalink
In reply to this post by AppFuse - Issues mailing list

    [ http://issues.appfuse.org/browse/APF-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12293 ]

Murray Waters commented on APF-920:
-----------------------------------

I am having this same problem as well as of yet I have been unable to get around it. I am behind a proxy server. According to the stack trace ant is involved, but after following the instructions at http://ant.apache.org/manual/proxy.html the error still remains. It is as if your ant task (i'm not very familiar with ant) ignores any proxy settings that have been setup. I didn't know where to putting the setProxy task as per that URL either.

C:\appfuse\myproject>mvn appfuse:full-source
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   AppFuse Modular Application
[INFO]   AppFuse Modular Application - Core
[INFO]   AppFuse Modular Application - Web (Struts 2)
[INFO] Searching repository for plugin with prefix: 'appfuse'.
[INFO] ------------------------------------------------------------------------
[INFO] Building AppFuse Modular Application
[INFO]    task-segment: [appfuse:full-source]
[INFO] ------------------------------------------------------------------------
[INFO] [appfuse:full-source]
[INFO] [AppFuse] Source successfully exported, modifying pom.xml...
[INFO] [AppFuse] Removing maven-warpath-plugin...
[INFO] [AppFuse] Adding dependencies from root module...
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] java.net.ConnectException: Connection timed out: connect
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.net.ConnectException: Connection timed out: connect
        at org.apache.tools.ant.taskdefs.Get.execute(Get.java:80)
        at org.appfuse.mojo.installer.InstallSourceMojo.addModuleDependencies(In
stallSourceMojo.java:648)
        at org.appfuse.mojo.installer.InstallSourceMojo.addModuleDependencies(In
stallSourceMojo.java:621)
        at org.appfuse.mojo.installer.InstallSourceMojo.execute(InstallSourceMoj
o.java:215)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi

> mvn appfuse:full-source failed with svn: Connection timed out: connect
> ----------------------------------------------------------------------
>
>                 Key: APF-920
>                 URL: http://issues.appfuse.org/browse/APF-920
>             Project: AppFuse
>          Issue Type: Bug
>          Components: Build, Test, or Deploy Process
>    Affects Versions: 2.0 Final
>         Environment: windows vista 64bit
> maven 2.0.7
> java 1.6.0_02
>            Reporter: Andreas Höhmann
>            Assignee: Matt Raible
>            Priority: Minor
>
> I start "mvn appfuse:full-source" behind a http-proxy ... but if i start a svn update inside a other project (ajax4jsf) all works fine.
> What can i do to full-source my brand new appfuse-project :)
> regards
> andreas

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

AppFuse - Issues mailing list

[JIRA] Commented: (APF-920) mvn appfuse:full-source failed with svn: Connection timed out: connect

Reply Threaded More More options
Print post
Permalink
In reply to this post by AppFuse - Issues mailing list

    [ http://issues.appfuse.org/browse/APF-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12685 ]

Simonas Leleiva commented on APF-920:
-------------------------------------

bump :(
red hat 5
Apache Maven 2.2.0 (r788681; 2009-06-26 15:04:01+0200)
AppFuse 2.0.2


> mvn appfuse:full-source failed with svn: Connection timed out: connect
> ----------------------------------------------------------------------
>
>                 Key: APF-920
>                 URL: http://issues.appfuse.org/browse/APF-920
>             Project: AppFuse
>          Issue Type: Bug
>          Components: Build, Test, or Deploy Process
>    Affects Versions: 2.0 Final
>         Environment: windows vista 64bit
> maven 2.0.7
> java 1.6.0_02
>            Reporter: Andreas Höhmann
>            Assignee: Matt Raible
>            Priority: Minor
>
> I start "mvn appfuse:full-source" behind a http-proxy ... but if i start a svn update inside a other project (ajax4jsf) all works fine.
> What can i do to full-source my brand new appfuse-project :)
> regards
> andreas

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

AppFuse - Issues mailing list

[JIRA] Commented: (APF-920) mvn appfuse:full-source failed with svn: Connection timed out: connect

Reply Threaded More More options
Print post
Permalink
In reply to this post by AppFuse - Issues mailing list

    [ http://issues.appfuse.org/browse/APF-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12686 ]

Denis Labaye commented on APF-920:
----------------------------------

I had the same problem, as a workaround :

I checked out : https://appfuse.dev.java.net/svn/appfuse/tags/APPFUSE_2.0.2/ in ~/appfuse/tags

Edited appfuse-maven-plugin-2.0.2.jar : META-INF/maven/plugin.xml, replaced (line 608):
<trunk implementation="java.lang.String" default-value="https://appfuse.dev.java.net/svn/appfuse/">${appfuse.trunk}</trunk>
by
<trunk implementation="java.lang.String" default-value="file://~/appfuse/">${appfuse.trunk}</trunk>

mvn appfuse:full-source worked fine

> mvn appfuse:full-source failed with svn: Connection timed out: connect
> ----------------------------------------------------------------------
>
>                 Key: APF-920
>                 URL: http://issues.appfuse.org/browse/APF-920
>             Project: AppFuse
>          Issue Type: Bug
>          Components: Build, Test, or Deploy Process
>    Affects Versions: 2.0 Final
>         Environment: windows vista 64bit
> maven 2.0.7
> java 1.6.0_02
>            Reporter: Andreas Höhmann
>            Assignee: Matt Raible
>            Priority: Minor
>
> I start "mvn appfuse:full-source" behind a http-proxy ... but if i start a svn update inside a other project (ajax4jsf) all works fine.
> What can i do to full-source my brand new appfuse-project :)
> regards
> andreas

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.appfuse.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]