RE: HttpClient login error

2004-04-07 Thread Kalnichevski, Oleg
Gregory, Does the site in question require authentication? If yes, it is quite likely you have hit one of the known limitations of the HttpClient 2.0 branch. See HttpClient SSL guide for details . This problem has already been fixed in

HttpClient login error

2004-04-07 Thread Grigorios Merenidis
Hi all! I try to login on the site http://www.mercedes-benz.t-online.de but it is never successful. I try to connect from my java application over a proxy to the destinated server. The connection over the proxy works fine. My java code looks like this: static final String LOGON_SITE = "https:

Re: Logging issue

2004-04-07 Thread paul
Ortwin, We are running jdk 1.4 on both machines. Yes, I will try your System properties method and see the results. Thanks. Paul Ortwin Glück wrote: paul wrote: Michael, Both classpaths are the same and both don't have log4j. The jars are commons-httpclient-2.0.jar & commons-logging

Re: Logging issue

2004-04-07 Thread Ortwin Glück
paul wrote: Michael, Both classpaths are the same and both don't have log4j. The jars are commons-httpclient-2.0.jar & commons-logging.jar . But when compiling, it have log4j before commons-logging.jar, does it matter? Paul Are you running the same JDK version on both machines? Commons-loggi

Re: JRE problem

2004-04-07 Thread Ortwin Glück
Thiago Kleinubing wrote: java.lang.VerifyError: (class: AppTeste, method: init signature: ()V) Incompatible object argument for function call The Exception suggests that the class AppTeste is causing the problem. You should try and recompile your Applet with a Sun JDK 1.3 or use the -target 1.3