OK I've configured my ~/.subversion/servers file to use proxy but I still have problem:

$ mvn appfuse:full-source
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building AppFuse JSF Application
[INFO]    task-segment: [appfuse:full-source]
[INFO] ------------------------------------------------------------------------
[INFO] [appfuse:full-source {execution: default-cli}]
[INFO] [AppFuse] Installing source from data-common module...
[ERROR] 175002 : svn: PROPFIND request failed on '/svn/appfuse/tags/ APPFUSE_2.0.2/data/common/src'
[ERROR] 175002 : svn: Remote host closed connection during handshake
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------ [INFO] svn: PROPFIND request failed on '/svn/appfuse/tags/ APPFUSE_2.0.2/data/common/src'
svn: Remote host closed connection during handshake
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 47 seconds
[INFO] Finished at: Sun Oct 18 03:52:02 IRST 2009
[INFO] Final Memory: 11M/79M
[INFO] ------------------------------------------------------------------------
$

I use JAP proxy client (http://anon.inf.tu-dresden.de) on my Mac, seems they doesn't support PROPFIND method :(


On Oct 18, 2009, at 3:45 AM, Ashkan Roshanayi wrote:

exactly same error here. How did you set your svn to use proxy?

On Oct 17, 2009, at 12:18 AM, aldojm wrote:

Hi I'm getting the same error. The context of the problem is exactly the same, i'am trying to execute mvn appfuse:full-source, i have configured the proxy parameters correctly. Did you solve the problem? Thanks in advance.
jgoodman999 wrote:
I appreciate the reply. But I fixed this problem by setting my proxy in the svn configuration. I got further, but now I am getting unknownhostexception. See below. [INFO] [appfuse:full-source] [INFO] [AppFuse] Installing source from data-common module... [INFO] [AppFuse] Installing source from hibernate module... [INFO] [AppFuse] Installing source from service module... [INFO] [AppFuse] Installing source from web-common module... [INFO] [AppFuse] Installing source from jsf module... [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.UnknownHostException: appfuse.dev.java.net [INFO] ------------------------------------------------------------------------ [INFO ] Trace java.net.UnknownHostException: appfuse.dev.java.net at org.apache.tools.ant.taskdefs.Get.execute(Get.java:80) at org.appfuse.mojo.installer.InstallSourceMojo.addModuleDependencies (InstallSourceMojo.java:653)
gerjan wrote:
I think I've seen this before. Could it be that the proxy you're behind doesn't support (or is not configured to support) HTTP PROPFIND methods? See for example: http://vsingleton.blogspot.com/2008/04/svn-propfind-request-failed-on.html Ger-Jan jgoodman999 wrote: > Did anyone ever answer this? I changed the proxy and it starts to download, > but then it says UnknownHostException: appfuse.dev.java.net. > > > > > Msarda wrote: >> Hi all, >> >> I am getting following error when running appfuse:full-source. >> >> >> [ERROR] 175002 : svn: PROPFIND request failed on >> '/svn/appfuse/tags/APPFUSE_2.0_M5/data/common/ src' >> [ERROR] 175002 : svn: appfuse.dev.java.net: appfuse.dev.java.net >> [INFO] >> ------------------------------------------------------------------------ > > [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ > > [INFO] svn: PROPFIND request failed on >> '/svn/appfuse/tags/ APPFUSE_2.0_M5/data/common/src' >> svn: appfuse.dev.java.net: appfuse.dev.java.net >> [INFO] >> ------------------------------------------------------------------------ > > [INFO] Trace >> org.apache.maven.lifecycle.LifecycleExecutionException: svn: PROPFIND >> request failed on '/svn/appfuse/tags/APPFUSE_2.0_M5/ data/com >> mon/src' >> svn: appfuse.dev.java.net: appfuse.dev.java.net >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals (DefaultLifecycleExecutor.java:564) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal (DefaultLifecycleExecutor.java:493) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal (DefaultLifecycleExecutor.java:463) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures (DefaultLifecycleExecutor.java:311) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments (DefaultLifecycleExecutor.java:278) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute (DefaultLifecycleExecutor.java:143) >> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334) >> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125) >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:272) >> 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:585) >> 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: svn: PROPFIND >> request failed on '/svn/appfuse/tags/APPFUSE_2.0_M5/data/ >> common/ src' >> svn: appfuse.dev.java.net: appfuse.dev.java.net >> at >> org.appfuse.mojo.installer.InstallSourceMojo.export (InstallSourceMojo.java:259) >> at >> org.appfuse.mojo.installer.InstallSourceMojo.execute (InstallSourceMojo.java:105) >> at >> org.apache.maven.plugin.DefaultPluginManager.executeMojo (DefaultPluginManager.java:443) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals (DefaultLifecycleExecutor.java:539) >> ... 16 more >> [INFO] >> ------------------------------------------------------------------------ > > [INFO] Total time: 19 seconds >> [INFO] Finished at: Thu Jul 12 09:28:06 EST 2007 >> [INFO] Final Memory: 6M/14M >> [INFO] >> ------------------------------------------------------------------------ > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net

View this message in context: Re: Error executing appfuse:full-source
Sent from the AppFuse - User mailing list archive at Nabble.com.


Reply via email to