Re: RES: RES: RES: NTLM Error

2003-07-23 Thread Ortwin Glück
Andre Augusto de Oliveira Aragao wrote: Just for the records, when Eclipse detects the JRE, it includes sunjce_provider.jar. Running the app with the default Eclipse JRE renders JCE unusable. But, if you take sunjce_provider.jar out of the list, no problem. Andre Seems weird. Which JDK Version are

Re: RES: NTLM Error

2003-07-22 Thread Ortwin Glück
Adrian Sutton wrote: Odi, We do need to improve tests, mostly in the area of keeping the connection alive correctly, however we actually do have a test for this particular case (and it passes). There's just something screwy going on and we need to get the original exception out so we can try

RES: RES: NTLM Error

2003-07-22 Thread Andre Augusto de Oliveira Aragao
: Commons HttpClient Project Assunto: Re: RES: NTLM Error On Tuesday, July 22, 2003, at 09:28 AM, Andre Augusto de Oliveira Aragao wrote: Adrian, By the way, I couldn´t find about JCE anywhere in the httpclient home page. Analyzing the log I sent before, I found the following: 2003-07-21 18:41

Re: RES: RES: NTLM Error

2003-07-22 Thread Ortwin Glück
Could it be a classloader issue? Are you experiencing this error when running your app in an application server context, through Webstart etc. but not when running it standalone? Odi Andre Augusto de Oliveira Aragao wrote: Adrian, The actual stack trace is the following:

RES: RES: RES: NTLM Error

2003-07-22 Thread Andre Augusto de Oliveira Aragao
Assunto: Re: RES: RES: NTLM Error Could it be a classloader issue? Are you experiencing this error when running your app in an application server context, through Webstart etc. but not when running it standalone? Odi Andre Augusto de Oliveira Aragao wrote: Adrian, The actual stack

RES: RES: RES: NTLM Error

2003-07-22 Thread Andre Augusto de Oliveira Aragao
Aragao Enviada em: terça-feira, 22 de julho de 2003 10:42 Para: 'Commons HttpClient Project' Assunto: RES: RES: RES: NTLM Error Odi, I just tested it standalone. I didn´t test it using an application server, and my application doesn´t use any special classloader. Andre -Mensagem original

RES: RES: RES: NTLM Error

2003-07-22 Thread Andre Augusto de Oliveira Aragao
Enviada em: terça-feira, 22 de julho de 2003 11:08 Para: 'Commons HttpClient Project' Assunto: RES: RES: RES: NTLM Error Well... Hi... I really had still not tested in REAL standalone mode... I was running it inside Eclipse. I ran it outside Eclipse and it works... It seems to be something related

NTLM Error

2003-07-21 Thread Andre Augusto de Oliveira Aragao
Ops, I didn´t change the subject... Sorry. -Mensagem original- De: Andre Augusto de Oliveira Aragao Enviada em: segunda-feira, 21 de julho de 2003 18:49 Para: 'Commons HttpClient Project' Assunto: RES: DO NOT REPLY [Bug 21754] - NullPointerException when rel easing connection Hi! I am

RES: NTLM Error

2003-07-21 Thread Andre Augusto de Oliveira Aragao
] Enviada em: segunda-feira, 21 de julho de 2003 19:52 Para: Commons HttpClient Project Assunto: Re: NTLM Error 2003-07-21 18:41:45,814 [main] WARN org.apache.commons.httpclient.HttpMethodBase - DES encryption is not available. Thar's ya problem laddie... :) You need to install JCE to make NTLM

RES: NTLM Error

2003-07-21 Thread Andre Augusto de Oliveira Aragao
, Diffie-Hellman, HMAC-MD5, HMAC-SHA1) Does it means that httpclient detected JCE correctly?? Andre -Mensagem original- De: Andre Augusto de Oliveira Aragao Enviada em: segunda-feira, 21 de julho de 2003 20:25 Para: 'Commons HttpClient Project' Assunto: RES: NTLM Error Strange, I´m

RES: RES: NTLM Error

2003-07-21 Thread Andre Augusto de Oliveira Aragao
:[EMAIL PROTECTED] Enviada em: segunda-feira, 21 de julho de 2003 20:31 Para: Commons HttpClient Project Assunto: Re: RES: NTLM Error Andre, JCE should be included in 1.4.1 to my knowledge. Maybe your java.policy file is corrupt, the JCE jar got deleted somehow? I'm not really sure

Re: RES: NTLM Error

2003-07-21 Thread Adrian Sutton
On Tuesday, July 22, 2003, at 09:28 AM, Andre Augusto de Oliveira Aragao wrote: Adrian, By the way, I couldn´t find about JCE anywhere in the httpclient home page. Analyzing the log I sent before, I found the following: 2003-07-21 18:41:44,472 [main] DEBUG

Re: RES: NTLM Error

2003-07-21 Thread Ortwin Glück
Adrian Sutton wrote: On Tuesday, July 22, 2003, at 09:28 AM, Andre Augusto de Oliveira Aragao wrote: 2003-07-21 18:41:44,472 [main] DEBUG org.apache.commons.httpclient.HttpClient - SunJCE 1.42: SunJCE Provider (implements DES, Triple DES, AES, Blowfish, PBE, Diffie-Hellman, HMAC-MD5, HMAC-SHA1)

Re: RES: NTLM Error

2003-07-21 Thread Adrian Sutton
Odi, We do need to improve tests, mostly in the area of keeping the connection alive correctly, however we actually do have a test for this particular case (and it passes). There's just something screwy going on and we need to get the original exception out so we can try to track it down.