[NET] FTPSClient: 502 authentication type cannot be set to TLS

2011-02-03 Thread Benzion
Hi, I try the http://commons.apache.org/net/api-release/src-html/examples/ftp/FTPSExample.html FTPSExample , but get the following error. How can I know which auth type is OK for the FTP server I try to connect? 220 FTP server (Version 4.2 Sun Aug 8 08:57:21 CDT 2010) ready. AUTH TLS 5

[Math] LevenbergMarquardtOptimizerTest Question

2011-02-03 Thread Ole Ersoy
Hi, I have a few questions regarding the implementation of the quadratic problem in the org.apache.commons.math.optimization.general.LevenbergMarquardtOptimizerTest. I assume the quadratic is defined as: f(x) = a*x^2 + b*x + c This is the implementation of the jacobian function: priv

Re: [logging] Problem with Eclipse infocenter WAR file - org.apache.commons.logging.LogConfigurationException: No suitable Log constructor

2011-02-03 Thread Dennis Lundberg
On 2011-02-03 22:55, Peter Desjardins wrote: > Hi. I am trying to run the Eclipse infocenter as a WAR file and I'm > seeing problems when using JBoss 4.2.0 EAP CP05. The WAR application > runs fine using Tomcat 6.0 and JBoss 4.0.1. The Eclipse infocenter is > the user assistance component of the Ec

[logging] Problem with Eclipse infocenter WAR file - org.apache.commons.logging.LogConfigurationException: No suitable Log constructor

2011-02-03 Thread Peter Desjardins
Hi. I am trying to run the Eclipse infocenter as a WAR file and I'm seeing problems when using JBoss 4.2.0 EAP CP05. The WAR application runs fine using Tomcat 6.0 and JBoss 4.0.1. The Eclipse infocenter is the user assistance component of the Eclipse IDE. I packaged it as a WAR file as described h

RE: [vfs] - Problem with httpclient

2011-02-03 Thread Ismael Marín Carrión
Dear Martin, thanks for your response. The GASS session does not uses the port 80 (and magno is a local domain). It opens a HTTP session such as $ globus-gass-server -i -p 8180 http://localhost:8180 and so, you can transfer files using the globus-url-copy (in a grid environment) or simply, usin

RE: [vfs] - Problem with httpclient

2011-02-03 Thread Martin Gainty
ssh username@magno (or whatever the IP is assigned to magno in hosts file) >netstat -ab | grep 80 //if you do not have HTTPServer running on 80 you will get no results //if you do have HTTPServer running on Port 80 you should see output //also if your HttpClient executeMethod is declared as pub

Re: [vfs] - Problem with httpclient

2011-02-03 Thread Ismael Marín Carrión
I would like to emphasize that the URI is given by a insecure Globus GASS session (the files are transfered using wget, so the session is ok). This code does not fail with other kind of URIs. Thus, are this kind of URIs valid for httpclient? Regards. On Wed, 2011-02-02 at 10:13 +0100, Ismael Mar