Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 90647 invoked from network); 20 Sep 2007 10:55:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Sep 2007 10:55:24 -0000 Received: (qmail 6674 invoked by uid 500); 20 Sep 2007 10:55:15 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 6636 invoked by uid 500); 20 Sep 2007 10:55:15 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 6625 invoked by uid 99); 20 Sep 2007 10:55:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 03:55:15 -0700 X-ASF-Spam-Status: No, hits=-6.0 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_HI,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [160.83.52.97] (HELO loninmrp0.uk.db.com) (160.83.52.97) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 10:57:09 +0000 Received: from sdbo1003.db.com by loninmrp0.uk.db.com id l8KAslKR004196; Thu, 20 Sep 2007 11:54:48 +0100 In-Reply-To: <46F23676.6060207@venisse.net> To: continuum-users@maven.apache.org Subject: Re: Problem adding collabnet svn maven project MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.5 CCH1 March 07, 2006 From: Ashley Williams Message-ID: Date: Thu, 20 Sep 2007 11:54:46 +0100 X-MIMETrack: Serialize by Router on sdbo1003/DMGUK/DeuBaInt/DeuBa(Release 6.5.6FP1 HF46|July 18, 2007) at 20/09/2007 11:54:47, Serialize complete at 20/09/2007 11:54:47 Content-Type: multipart/alternative; boundary="=_alternative 003BF1818025735C_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 003BF1818025735C_= Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Ok so I added the following args 6 and 7 to my wrapper.conf file as=20 follows and restarted continuum but I still get a connection timed out=20 exception: wrapper.java.additional.1=3D-Dclassworlds.conf=3D../../conf/classworlds.conf wrapper.java.additional.2=3D-Djava.io.temp=3D../../temp wrapper.java.additional.3=3D-Dplexus.core=3D../../core wrapper.java.additional.4=3D-Dplexus.home=3D../.. wrapper.java.additional.5=3D-Dplexus.system.path=3D"%PATH%" wrapper.java.additional.5.stripquotes=3DTRUE wrapper.java.additional.6=3D-Dhttp.proxyhost=3D10.143.100.81 wrapper.java.additional.7=3D-Dhttp.proxyport=3D8080 The proxy information is the same as in the svn config file so I don't=20 think I've made a mistake. I've checked the url of the pom.xml file in a=20 browser from my own machine and it displays fine also. Here is the=20 exception in wrapper.log: INFO | jvm 1 | 2007/09/20 11:52:34 | 2007-09-20 11:52:34,865=20 [SocketListener0-1] INFO Validator:url-source - An error is=20 occurred. INFO | jvm 1 | 2007/09/20 11:52:34 | java.net.ConnectException:=20 Connection timed out INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 java.net.Socket.connect(Socket.java:519) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 java.net.Socket.connect(Socket.java:469) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 sun.net.NetworkClient.doConnect(NetworkClient.java:157) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 sun.net.www.http.HttpClient.openServer(HttpClient.java:382) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 sun.net.www.http.HttpClient.openServer(HttpClient.java:494) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:278) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:335) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpCli= ent(AbstractDelegateHttpsURLConnection.java:176) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.= java:769) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Abstr= actDelegateHttpsURLConnection.java:162) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnectio= n.java:938) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLCo= nnectionImpl.java:234) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.codehaus.plexus.formica.util.MungedHttpsURL.isValid(MungedHttpsURL.java= :111) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.codehaus.plexus.formica.validation.UrlSourceValidator.validate(UrlSourc= eValidator.java:63) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.codehaus.plexus.formica.DefaultFormManager.validateElements(DefaultForm= Manager.java:195) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.codehaus.plexus.formica.DefaultFormManager.validate(DefaultFormManager.= java:124) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.codehaus.plexus.formica.DefaultFormManager.validate(DefaultFormManager.= java:114) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.codehaus.plexus.formica.action.AbstractEntityAction.execute(AbstractEnt= ityAction.java:107) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.codehaus.plexus.summit.pipeline.valve.ActionValve.invoke(ActionValve.ja= va:68) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(AbstractPipelin= e.java:70) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.codehaus.plexus.summit.Summit.doGet(Summit.java:54) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.codehaus.plexus.summit.Summit.doPost(Summit.java:108) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 javax.servlet.http.HttpServlet.service(HttpServlet.java:615) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 javax.servlet.http.HttpServlet.service(HttpServlet.java:688) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHand= ler.java:294) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.mortbay.http.HttpContext.handle(HttpContext.java:1807) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContex= t.java:525) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.mortbay.http.HttpContext.handle(HttpContext.java:1757) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.mortbay.http.HttpServer.service(HttpServer.java:879) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.mortbay.http.HttpConnection.service(HttpConnection.java:789) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) INFO | jvm 1 | 2007/09/20 11:52:34 | at=20 org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) Emmanuel Venisse wrote on 20/09/2007 09:59:34: > ah ok, I see. >=20 > You can configure proxy jvm properties in wrapper.conf by adding=20 > some additional params >=20 > Emmanuel >=20 > Ashley Williams a =E9crit : > > I have indeed configured svn to work successfully on that machine so I= =20 > > fully expect continuum to work properly when I add a project. But it's= =20 > > where continuum tries to download the pom file from the url I typed in= =20 the=20 > > 'add maven project' form that I get the time out... so this is just=20 the=20 > > http download part of the process before it even gets to the=20 subversion=20 > > side of things. > >=20 > > I believe all I need to do is to configure the company http proxy=20 somehow. > >=20 > > Emmanuel Venisse wrote on 20/09/2007 09:38:47: > >=20 > >> Continuum use the svn command line, so if you fix svn on the=20 > >> continuum machine with the same user that run continuum, continuum=20 will=20 > > work > >> Emmanuel > >> > >> Ashley Williams a =E9crit : > >>> Hi, > >>> > >>> We are using a subversion repository hosted at collabnet and I=20 > > whenever I=20 > >>> try to add a maven project by pointing continuum at the pom url, the= =20 > >>> wrapper.log file says that it times out after about 5 minutes. I had= =20 a=20 > >=20 > >>> similar problem with subversion on this machine but modified one of=20 > > its=20 > >>> config files to use an http proxy, so I'm hoping that somebody can=20 > > point=20 > >>> me towards a similar proxy config option somewhere in the continuum=20 > >>> installation. I also tried exporting http_proxy on that machine but=20 > > that=20 > >>> didn't seem to work either. > >>> > >>> continuum version 1.03 running on solaris. > >>> > >>> Regards > >>> - Ashley > >>> > >>> --- > >>> > >>> This e-mail may contain confidential and/or privileged=20 > >> information. If you are not the intended recipient (or have received > >> this e-mail in error) please notify the sender immediately and=20 > >> delete this e-mail. Any unauthorized copying, disclosure or=20 > >> distribution of the material in this e-mail is strictly forbidden. > >>> Please refer to http://www.db.com/en/content/eu_disclosures.htm=20 > >> for additional EU corporate and regulatory disclosures. > >> > >=20 > >=20 > > --- > >=20 > > This e-mail may contain confidential and/or privileged=20 > information. If you are not the intended recipient (or have received > this e-mail in error) please notify the sender immediately and=20 > delete this e-mail. Any unauthorized copying, disclosure or=20 > distribution of the material in this e-mail is strictly forbidden. > >=20 > > Please refer to http://www.db.com/en/content/eu_disclosures.htm=20 > for additional EU corporate and regulatory disclosures. >=20 --- This e-mail may contain confidential and/or privileged information. If you = are not the intended recipient (or have received this e-mail in error) plea= se notify the sender immediately and delete this e-mail. Any unauthorized c= opying, disclosure or distribution of the material in this e-mail is strict= ly forbidden. Please refer to http://www.db.com/en/content/eu_disclosures.htm for additio= nal EU corporate and regulatory disclosures. --=_alternative 003BF1818025735C_=--